Color Hex Logo

#eae48b Color Hex

#EAE48B
(234,228,139)
0 Favorites   0 Comments

Color spaces of #eae48b

RGB 234228139
HSL0.160.690.73
HSV56°41°92°
CMYK 0.000.030.41   0.08
XYZ66.335374.843335.3761
Yxy74.84330.37570.4239
Hunter Lab86.5120-14.526636.3138
CIE-Lab89.3195-10.451544.0926

#eae48b color RGB value is (234,228,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 10001011
Octal 352 344 213
Decimal 234 228 139
Hex EA E4 8B

RGB Percentages of Color #eae48b

%38.94
%37.94
%23.13

CMYK Percentages of Color #eae48b

%0
%3
%41
%8

Triadic Colors of #eae48b

#eae48b #8beae4 #e48bea

Analogous Colors of #eae48b

#eae48b #c1ea8b #eab58b

Monochromatic Colors of #eae48b

#eae48b

Complementary Color

#eae48b #8b91ea

#eae48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae48b Color CSS Codes

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

#eae48b Text Font Color

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

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


#eae48b Background Color

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

This div background color is #eae48b


#eae48b Border Color

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

This div border color is #eae48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae48b


Comments

No comments written yet.

Please login to write comment.