Color Hex Logo

#eae68b Color Hex

#EAE68B
(234,230,139)
0 Favorites   0 Comments

Color spaces of #eae68b

RGB 234230139
HSL0.160.690.73
HSV57°41°92°
CMYK 0.000.020.41   0.08
XYZ66.888775.950135.5605
Yxy75.95010.37490.4257
Hunter Lab87.1494-15.509436.8118
CIE-Lab89.8362-11.448444.7449

#eae68b color RGB value is (234,230,139).

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

The process color (four color CMYK) of #eae68b color hex is 0.00, 0.02, 0.41, 0.08. Web safe color of #eae68b is #ffff99. Color #eae68b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 10001011
Octal 352 346 213
Decimal 234 230 139
Hex EA E6 8B

RGB Percentages of Color #eae68b

%38.81
%38.14
%23.05

CMYK Percentages of Color #eae68b

%0
%2
%41
%8

Triadic Colors of #eae68b

#eae68b #8beae6 #e68bea

Analogous Colors of #eae68b

#eae68b #bfea8b #eab78b

Monochromatic Colors of #eae68b

#eae68b

Complementary Color

#eae68b #8b8fea

#eae68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae68b Color CSS Codes

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

#eae68b Text Font Color

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

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


#eae68b Background Color

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

This div background color is #eae68b


#eae68b Border Color

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

This div border color is #eae68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae68b


Comments

No comments written yet.

Please login to write comment.