Color Hex Logo

#cea259 Color Hex

#CEA259
(206,162,89)
0 Favorites   0 Comments

Color spaces of #cea259

RGB 20616289
HSL0.100.540.58
HSV37°57°81°
CMYK 0.000.210.57   0.19
XYZ40.177139.683714.9934
Yxy39.68370.42360.4184
Hunter Lab62.99503.602929.9849
CIE-Lab69.24377.817043.6933

#cea259 color RGB value is (206,162,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 01011001
Octal 316 242 131
Decimal 206 162 89
Hex CE A2 59

RGB Percentages of Color #cea259

%45.08
%35.45
%19.47

CMYK Percentages of Color #cea259

%0
%21
%57
%19

Triadic Colors of #cea259

#cea259 #59cea2 #a259ce

Analogous Colors of #cea259

#cea259 #c0ce59 #ce6859

Monochromatic Colors of #cea259

#cea259

Complementary Color

#cea259 #5985ce

#cea259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea259 Color CSS Codes

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

#cea259 Text Font Color

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

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


#cea259 Background Color

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

This div background color is #cea259


#cea259 Border Color

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

This div border color is #cea259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea259


Comments

No comments written yet.

Please login to write comment.