Color Hex Logo

#cea44a Color Hex

#CEA44A
(206,164,74)
0 Favorites   0 Comments

Color spaces of #cea44a

RGB 20616474
HSL0.110.570.55
HSV41°64°81°
CMYK 0.000.200.64   0.19
XYZ39.965140.167112.1252
Yxy40.16710.43320.4354
Hunter Lab63.37751.649333.0211
CIE-Lab69.58845.670051.3445

#cea44a color RGB value is (206,164,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 01001010
Octal 316 244 112
Decimal 206 164 74
Hex CE A4 4A

RGB Percentages of Color #cea44a

%46.40
%36.94
%16.67

CMYK Percentages of Color #cea44a

%0
%20
%64
%19

Triadic Colors of #cea44a

#cea44a #4acea4 #a44ace

Analogous Colors of #cea44a

#cea44a #b6ce4a #ce624a

Monochromatic Colors of #cea44a

#cea44a

Complementary Color

#cea44a #4a74ce

#cea44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea44a Color CSS Codes

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

#cea44a Text Font Color

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

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


#cea44a Background Color

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

This div background color is #cea44a


#cea44a Border Color

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

This div border color is #cea44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea44a


Comments

No comments written yet.

Please login to write comment.