Color Hex Logo

#ead18b Color Hex

#EAD18B
(234,209,139)
0 Favorites   0 Comments

Color spaces of #ead18b

RGB 234209139
HSL0.120.690.73
HSV44°41°92°
CMYK 0.000.110.41   0.08
XYZ61.392364.957433.7284
Yxy64.95740.38350.4058
Hunter Lab80.5962-5.074931.6052
CIE-Lab84.4618-0.814637.8858

#ead18b color RGB value is (234,209,139).

#ead18b hex color red value is 234, green value is 209 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ead18b hue: 0.12 , saturation: 0.69 and the lightness value of ead18b is 0.73.

The process color (four color CMYK) of #ead18b color hex is 0.00, 0.11, 0.41, 0.08. Web safe color of #ead18b is #ffcc99. Color #ead18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10001011
Octal 352 321 213
Decimal 234 209 139
Hex EA D1 8B

RGB Percentages of Color #ead18b

%40.21
%35.91
%23.88

CMYK Percentages of Color #ead18b

%0
%11
%41
%8

Triadic Colors of #ead18b

#ead18b #8bead1 #d18bea

Analogous Colors of #ead18b

#ead18b #d4ea8b #eaa28b

Monochromatic Colors of #ead18b

#ead18b

Complementary Color

#ead18b #8ba4ea

#ead18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead18b Color CSS Codes

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

#ead18b Text Font Color

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

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


#ead18b Background Color

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

This div background color is #ead18b


#ead18b Border Color

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

This div border color is #ead18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead18b


Comments

No comments written yet.

Please login to write comment.