Color Hex Logo

#ead64b Color Hex

#EAD64B
(234,214,75)
0 Favorites   0 Comments

Color spaces of #ead64b

RGB 23421475
HSL0.150.790.61
HSV52°68°92°
CMYK 0.000.090.68   0.08
XYZ59.248366.093616.2912
Yxy66.09360.41830.4667
Hunter Lab81.2980-12.184345.0275
CIE-Lab85.0441-8.415868.0377

#ead64b color RGB value is (234,214,75).

#ead64b hex color red value is 234, green value is 214 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ead64b hue: 0.15 , saturation: 0.79 and the lightness value of ead64b is 0.61.

The process color (four color CMYK) of #ead64b color hex is 0.00, 0.09, 0.68, 0.08. Web safe color of #ead64b is #ffcc33. Color #ead64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01001011
Octal 352 326 113
Decimal 234 214 75
Hex EA D6 4B

RGB Percentages of Color #ead64b

%44.74
%40.92
%14.34

CMYK Percentages of Color #ead64b

%0
%9
%68
%8

Triadic Colors of #ead64b

#ead64b #4bead6 #d64bea

Analogous Colors of #ead64b

#ead64b #afea4b #ea874b

Monochromatic Colors of #ead64b

#ead64b

Complementary Color

#ead64b #4b5fea

#ead64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead64b Color CSS Codes

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

#ead64b Text Font Color

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

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


#ead64b Background Color

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

This div background color is #ead64b


#ead64b Border Color

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

This div border color is #ead64b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,214,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ead64b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ead64b;
  -webkit-box-shadow: 1px 1px 3px 2px #ead64b;
  box-shadow:         1px 1px 3px 2px #ead64b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,214,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead64b


Comments

No comments written yet.

Please login to write comment.