Color Hex Logo

#ead55b Color Hex

#EAD55B
(234,213,91)
0 Favorites   0 Comments

Color spaces of #ead55b

RGB 23421391
HSL0.140.770.64
HSV51°61°92°
CMYK 0.000.090.61   0.08
XYZ59.614365.836319.4632
Yxy65.83630.41140.4543
Hunter Lab81.1396-10.848042.5756
CIE-Lab84.9128-6.972261.3246

#ead55b color RGB value is (234,213,91).

#ead55b hex color red value is 234, green value is 213 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ead55b hue: 0.14 , saturation: 0.77 and the lightness value of ead55b is 0.64.

The process color (four color CMYK) of #ead55b color hex is 0.00, 0.09, 0.61, 0.08. Web safe color of #ead55b is #ffcc66. Color #ead55b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 01011011
Octal 352 325 133
Decimal 234 213 91
Hex EA D5 5B

RGB Percentages of Color #ead55b

%43.49
%39.59
%16.91

CMYK Percentages of Color #ead55b

%0
%9
%61
%8

Triadic Colors of #ead55b

#ead55b #5bead5 #d55bea

Analogous Colors of #ead55b

#ead55b #b8ea5b #ea8e5b

Monochromatic Colors of #ead55b

#ead55b

Complementary Color

#ead55b #5b70ea

#ead55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead55b Color CSS Codes

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

#ead55b Text Font Color

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

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


#ead55b Background Color

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

This div background color is #ead55b


#ead55b Border Color

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

This div border color is #ead55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead55b


Comments

No comments written yet.

Please login to write comment.