Color Hex Logo

#cea36c Color Hex

#CEA36C
(206,163,108)
0 Favorites   0 Comments

Color spaces of #cea36c

RGB 206163108
HSL0.090.500.62
HSV34°48°81°
CMYK 0.000.210.48   0.19
XYZ41.257640.398919.8106
Yxy40.39890.40660.3981
Hunter Lab63.56014.636126.0124
CIE-Lab69.75278.957034.5201

#cea36c color RGB value is (206,163,108).

#cea36c hex color red value is 206, green value is 163 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cea36c hue: 0.09 , saturation: 0.50 and the lightness value of cea36c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 01101100
Octal 316 243 154
Decimal 206 163 108
Hex CE A3 6C

RGB Percentages of Color #cea36c

%43.19
%34.17
%22.64

CMYK Percentages of Color #cea36c

%0
%21
%48
%19

Triadic Colors of #cea36c

#cea36c #6ccea3 #a36cce

Analogous Colors of #cea36c

#cea36c #c8ce6c #ce726c

Monochromatic Colors of #cea36c

#cea36c

Complementary Color

#cea36c #6c97ce

#cea36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea36c Color CSS Codes

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

#cea36c Text Font Color

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

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


#cea36c Background Color

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

This div background color is #cea36c


#cea36c Border Color

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

This div border color is #cea36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea36c


Comments

No comments written yet.

Please login to write comment.