Color Hex Logo

#ead46b Color Hex

#EAD46B
(234,212,107)
0 Favorites   0 Comments

Color spaces of #ead46b

RGB 234212107
HSL0.140.750.67
HSV50°54°92°
CMYK 0.000.090.54   0.08
XYZ60.129065.640923.4107
Yxy65.64090.40310.4400
Hunter Lab81.0191-9.308139.5813
CIE-Lab84.8129-5.313253.9994

#ead46b color RGB value is (234,212,107).

#ead46b hex color red value is 234, green value is 212 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ead46b hue: 0.14 , saturation: 0.75 and the lightness value of ead46b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01101011
Octal 352 324 153
Decimal 234 212 107
Hex EA D4 6B

RGB Percentages of Color #ead46b

%42.31
%38.34
%19.35

CMYK Percentages of Color #ead46b

%0
%9
%54
%8

Triadic Colors of #ead46b

#ead46b #6bead4 #d46bea

Analogous Colors of #ead46b

#ead46b #c1ea6b #ea956b

Monochromatic Colors of #ead46b

#ead46b

Complementary Color

#ead46b #6b81ea

#ead46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead46b Color CSS Codes

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

#ead46b Text Font Color

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

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


#ead46b Background Color

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

This div background color is #ead46b


#ead46b Border Color

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

This div border color is #ead46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead46b


Comments

No comments written yet.

Please login to write comment.