Color Hex Logo

#cea659 Color Hex

#CEA659
(206,166,89)
0 Favorites   0 Comments

Color spaces of #cea659

RGB 20616689
HSL0.110.540.58
HSV39°57°81°
CMYK 0.000.190.57   0.19
XYZ40.893041.115515.2320
Yxy41.11550.42050.4228
Hunter Lab64.12141.624930.8006
CIE-Lab70.25685.665844.8951

#cea659 color RGB value is (206,166,89).

#cea659 hex color red value is 206, green value is 166 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cea659 hue: 0.11 , saturation: 0.54 and the lightness value of cea659 is 0.58.

The process color (four color CMYK) of #cea659 color hex is 0.00, 0.19, 0.57, 0.19. Web safe color of #cea659 is #cc9966. Color #cea659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01011001
Octal 316 246 131
Decimal 206 166 89
Hex CE A6 59

RGB Percentages of Color #cea659

%44.69
%36.01
%19.31

CMYK Percentages of Color #cea659

%0
%19
%57
%19

Triadic Colors of #cea659

#cea659 #59cea6 #a659ce

Analogous Colors of #cea659

#cea659 #bcce59 #ce6c59

Monochromatic Colors of #cea659

#cea659

Complementary Color

#cea659 #5981ce

#cea659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea659 Color CSS Codes

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

#cea659 Text Font Color

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

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


#cea659 Background Color

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

This div background color is #cea659


#cea659 Border Color

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

This div border color is #cea659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea659


Comments

No comments written yet.

Please login to write comment.