Color Hex Logo

#ead74b Color Hex

#EAD74B
(234,215,75)
0 Favorites   0 Comments

Color spaces of #ead74b

RGB 23421575
HSL0.150.790.61
HSV53°68°92°
CMYK 0.000.080.68   0.08
XYZ59.502166.601316.3758
Yxy66.60130.41760.4674
Hunter Lab81.6096-12.671345.2296
CIE-Lab85.3022-8.919168.2992

#ead74b color RGB value is (234,215,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01001011
Octal 352 327 113
Decimal 234 215 75
Hex EA D7 4B

RGB Percentages of Color #ead74b

%44.66
%41.03
%14.31

CMYK Percentages of Color #ead74b

%0
%8
%68
%8

Triadic Colors of #ead74b

#ead74b #4bead7 #d74bea

Analogous Colors of #ead74b

#ead74b #aeea4b #ea884b

Monochromatic Colors of #ead74b

#ead74b

Complementary Color

#ead74b #4b5eea

#ead74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead74b Color CSS Codes

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

#ead74b Text Font Color

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

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


#ead74b Background Color

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

This div background color is #ead74b


#ead74b Border Color

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

This div border color is #ead74b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,215,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 #ead74b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead74b


Comments

No comments written yet.

Please login to write comment.