Color Hex Logo

#cea685 Color Hex

#CEA685
(206,166,133)
0 Favorites   0 Comments

Color spaces of #cea685

RGB 206166133
HSL0.080.430.66
HSV27°35°81°
CMYK 0.000.190.35   0.19
XYZ43.323542.087728.0306
Yxy42.08770.38190.3710
Hunter Lab64.87505.670919.7951
CIE-Lab70.931310.093022.6522

#cea685 color RGB value is (206,166,133).

#cea685 hex color red value is 206, green value is 166 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cea685 hue: 0.08 , saturation: 0.43 and the lightness value of cea685 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10000101
Octal 316 246 205
Decimal 206 166 133
Hex CE A6 85

RGB Percentages of Color #cea685

%40.79
%32.87
%26.34

CMYK Percentages of Color #cea685

%0
%19
%35
%19

Triadic Colors of #cea685

#cea685 #85cea6 #a685ce

Analogous Colors of #cea685

#cea685 #cecb85 #ce8589

Monochromatic Colors of #cea685

#cea685

Complementary Color

#cea685 #85adce

#cea685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea685 Color CSS Codes

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

#cea685 Text Font Color

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

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


#cea685 Background Color

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

This div background color is #cea685


#cea685 Border Color

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

This div border color is #cea685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea685


Comments

No comments written yet.

Please login to write comment.