Color Hex Logo

#cea65c Color Hex

#CEA65C
(206,166,92)
0 Favorites   0 Comments

Color spaces of #cea65c

RGB 20616692
HSL0.110.540.58
HSV39°55°81°
CMYK 0.000.190.55   0.19
XYZ41.021641.167015.9092
Yxy41.16700.41820.4197
Hunter Lab64.16151.841130.2118
CIE-Lab70.29285.905943.4408

#cea65c color RGB value is (206,166,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01011100
Octal 316 246 134
Decimal 206 166 92
Hex CE A6 5C

RGB Percentages of Color #cea65c

%44.40
%35.78
%19.83

CMYK Percentages of Color #cea65c

%0
%19
%55
%19

Triadic Colors of #cea65c

#cea65c #5ccea6 #a65cce

Analogous Colors of #cea65c

#cea65c #bdce5c #ce6d5c

Monochromatic Colors of #cea65c

#cea65c

Complementary Color

#cea65c #5c84ce

#cea65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea65c Color CSS Codes

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

#cea65c Text Font Color

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

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


#cea65c Background Color

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

This div background color is #cea65c


#cea65c Border Color

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

This div border color is #cea65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea65c

#cea65c Color Palettes


Comments

No comments written yet.

Please login to write comment.