Color Hex Logo

#cea586 Color Hex

#CEA586
(206,165,134)
0 Favorites   0 Comments

Color spaces of #cea586

RGB 206165134
HSL0.070.420.67
HSV26°35°81°
CMYK 0.000.200.35   0.19
XYZ43.211841.753328.3359
Yxy41.75330.38140.3685
Hunter Lab64.61686.290619.2318
CIE-Lab70.700510.757021.7940

#cea586 color RGB value is (206,165,134).

#cea586 hex color red value is 206, green value is 165 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cea586 hue: 0.07 , saturation: 0.42 and the lightness value of cea586 is 0.67.

The process color (four color CMYK) of #cea586 color hex is 0.00, 0.20, 0.35, 0.19. Web safe color of #cea586 is #cc9999. Color #cea586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 10000110
Octal 316 245 206
Decimal 206 165 134
Hex CE A5 86

RGB Percentages of Color #cea586

%40.79
%32.67
%26.53

CMYK Percentages of Color #cea586

%0
%20
%35
%19

Triadic Colors of #cea586

#cea586 #86cea5 #a586ce

Analogous Colors of #cea586

#cea586 #cec986 #ce868b

Monochromatic Colors of #cea586

#cea586

Complementary Color

#cea586 #86afce

#cea586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea586 Color CSS Codes

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

#cea586 Text Font Color

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

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


#cea586 Background Color

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

This div background color is #cea586


#cea586 Border Color

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

This div border color is #cea586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea586


Comments

No comments written yet.

Please login to write comment.