Color Hex Logo

#cea94a Color Hex

#CEA94A
(206,169,74)
0 Favorites   0 Comments

Color spaces of #cea94a

RGB 20616974
HSL0.120.570.55
HSV43°64°81°
CMYK 0.000.180.64   0.19
XYZ40.877641.992212.4294
Yxy41.99220.42890.4406
Hunter Lab64.8014-0.802233.9887
CIE-Lab70.86552.994452.7485

#cea94a color RGB value is (206,169,74).

#cea94a hex color red value is 206, green value is 169 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cea94a hue: 0.12 , saturation: 0.57 and the lightness value of cea94a is 0.55.

The process color (four color CMYK) of #cea94a color hex is 0.00, 0.18, 0.64, 0.19. Web safe color of #cea94a is #cc9933. Color #cea94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01001010
Octal 316 251 112
Decimal 206 169 74
Hex CE A9 4A

RGB Percentages of Color #cea94a

%45.88
%37.64
%16.48

CMYK Percentages of Color #cea94a

%0
%18
%64
%19

Triadic Colors of #cea94a

#cea94a #4acea9 #a94ace

Analogous Colors of #cea94a

#cea94a #b1ce4a #ce674a

Monochromatic Colors of #cea94a

#cea94a

Complementary Color

#cea94a #4a6fce

#cea94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea94a Color CSS Codes

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

#cea94a Text Font Color

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

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


#cea94a Background Color

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

This div background color is #cea94a


#cea94a Border Color

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

This div border color is #cea94a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,169,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cea94a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cea94a;
  -webkit-box-shadow: 1px 1px 3px 2px #cea94a;
  box-shadow:         1px 1px 3px 2px #cea94a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,169,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea94a


Comments

No comments written yet.

Please login to write comment.