Color Hex Logo

#eae672 Color Hex

#EAE672
(234,230,114)
0 Favorites   0 Comments

Color spaces of #eae672

RGB 234230114
HSL0.160.740.68
HSV58°51°92°
CMYK 0.000.020.51   0.08
XYZ65.265875.301027.0143
Yxy75.30100.38950.4493
Hunter Lab86.7761-17.605442.2857
CIE-Lab89.5338-13.771556.2820

#eae672 color RGB value is (234,230,114).

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

The process color (four color CMYK) of #eae672 color hex is 0.00, 0.02, 0.51, 0.08. Web safe color of #eae672 is #ffff66. Color #eae672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 01110010
Octal 352 346 162
Decimal 234 230 114
Hex EA E6 72

RGB Percentages of Color #eae672

%40.48
%39.79
%19.72

CMYK Percentages of Color #eae672

%0
%2
%51
%8

Triadic Colors of #eae672

#eae672 #72eae6 #e672ea

Analogous Colors of #eae672

#eae672 #b2ea72 #eaaa72

Monochromatic Colors of #eae672

#eae672

Complementary Color

#eae672 #7276ea

#eae672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae672 Color CSS Codes

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

#eae672 Text Font Color

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

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


#eae672 Background Color

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

This div background color is #eae672


#eae672 Border Color

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

This div border color is #eae672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae672


Comments

No comments written yet.

Please login to write comment.