Color Hex Logo

#ebe084 Color Hex

#EBE084
(235,224,132)
0 Favorites   0 Comments

Color spaces of #ebe084

RGB 235224132
HSL0.150.720.72
HSV54°44°92°
CMYK 0.000.050.44   0.08
XYZ65.081572.639432.4204
Yxy72.63940.38250.4269
Hunter Lab85.2288-12.846037.1066
CIE-Lab88.2754-8.763146.2336

#ebe084 color RGB value is (235,224,132).

#ebe084 hex color red value is 235, green value is 224 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ebe084 hue: 0.15 , saturation: 0.72 and the lightness value of ebe084 is 0.72.

The process color (four color CMYK) of #ebe084 color hex is 0.00, 0.05, 0.44, 0.08. Web safe color of #ebe084 is #ffcc99. Color #ebe084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 10000100
Octal 353 340 204
Decimal 235 224 132
Hex EB E0 84

RGB Percentages of Color #ebe084

%39.76
%37.90
%22.34

CMYK Percentages of Color #ebe084

%0
%5
%44
%8

Triadic Colors of #ebe084

#ebe084 #84ebe0 #e084eb

Analogous Colors of #ebe084

#ebe084 #c3eb84 #ebad84

Monochromatic Colors of #ebe084

#ebe084

Complementary Color

#ebe084 #848feb

#ebe084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe084 Color CSS Codes

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

#ebe084 Text Font Color

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

This sample text font color is #ebe084
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.


#ebe084 Background Color

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

This div background color is #ebe084


#ebe084 Border Color

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

This div border color is #ebe084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe084


Comments

No comments written yet.

Please login to write comment.