Color Hex Logo

#ead75b Color Hex

#EAD75B
(234,215,91)
0 Favorites   0 Comments

Color spaces of #ead75b

RGB 23421591
HSL0.140.770.64
HSV52°61°92°
CMYK 0.000.080.61   0.08
XYZ60.120566.848619.6319
Yxy66.84860.41010.4560
Hunter Lab81.7610-11.827142.9964
CIE-Lab85.4274-7.982261.8873

#ead75b color RGB value is (234,215,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01011011
Octal 352 327 133
Decimal 234 215 91
Hex EA D7 5B

RGB Percentages of Color #ead75b

%43.33
%39.81
%16.85

CMYK Percentages of Color #ead75b

%0
%8
%61
%8

Triadic Colors of #ead75b

#ead75b #5bead7 #d75bea

Analogous Colors of #ead75b

#ead75b #b6ea5b #ea905b

Monochromatic Colors of #ead75b

#ead75b

Complementary Color

#ead75b #5b6eea

#ead75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead75b Color CSS Codes

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

#ead75b Text Font Color

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

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


#ead75b Background Color

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

This div background color is #ead75b


#ead75b Border Color

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

This div border color is #ead75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead75b


Comments

No comments written yet.

Please login to write comment.