Color Hex Logo

#ebe334 Color Hex

#EBE334
(235,227,52)
0 Favorites   0 Comments

Color spaces of #ebe334

RGB 23522752
HSL0.160.820.56
HSV57°78°92°
CMYK 0.000.030.78   0.08
XYZ62.349972.848314.0237
Yxy72.84830.41780.4882
Hunter Lab85.3512-18.968650.0042
CIE-Lab88.3753-15.447678.9552

#ebe334 color RGB value is (235,227,52).

#ebe334 hex color red value is 235, green value is 227 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ebe334 hue: 0.16 , saturation: 0.82 and the lightness value of ebe334 is 0.56.

The process color (four color CMYK) of #ebe334 color hex is 0.00, 0.03, 0.78, 0.08. Web safe color of #ebe334 is #ffcc33. Color #ebe334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 00110100
Octal 353 343 64
Decimal 235 227 52
Hex EB E3 34

RGB Percentages of Color #ebe334

%45.72
%44.16
%10.12

CMYK Percentages of Color #ebe334

%0
%3
%78
%8

Triadic Colors of #ebe334

#ebe334 #34ebe3 #e334eb

Analogous Colors of #ebe334

#ebe334 #98eb34 #eb8834

Monochromatic Colors of #ebe334

#ebe334

Complementary Color

#ebe334 #343ceb

#ebe334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe334 Color CSS Codes

.mybgcolor {background-color:#ebe334; } 
.myforecolor {color:#ebe334; }
.mybordercolor {border:3px solid #ebe334; }

#ebe334 Text Font Color

<p style="color:#ebe334">Text here</p>

This sample text font color is #ebe334
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ebe334 Background Color

<div style="background-color:#ebe334">
Div content here</div>

This div background color is #ebe334


#ebe334 Border Color

<div style="border:3px solid #ebe334">
Div here</div>

This div border color is #ebe334


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,227,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebe334; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebe334;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe334;
  box-shadow:         1px 1px 3px 2px #ebe334; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,227,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebe334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe334;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe334;
  box-shadow:         1px 1px 3px 2px #ebe334;">
Div content here</div>

This div box has shadow with color #ebe334


Comments

No comments written yet.

Please login to write comment.