Color Hex Logo

#cea985 Color Hex

#CEA985
(206,169,133)
0 Favorites   0 Comments

Color spaces of #cea985

RGB 206169133
HSL0.080.430.66
HSV30°35°81°
CMYK 0.000.180.35   0.19
XYZ43.875243.191228.2146
Yxy43.19120.38060.3747
Hunter Lab65.72004.158020.5499
CIE-Lab71.68468.472923.6731

#cea985 color RGB value is (206,169,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10000101
Octal 316 251 205
Decimal 206 169 133
Hex CE A9 85

RGB Percentages of Color #cea985

%40.55
%33.27
%26.18

CMYK Percentages of Color #cea985

%0
%18
%35
%19

Triadic Colors of #cea985

#cea985 #85cea9 #a985ce

Analogous Colors of #cea985

#cea985 #cece85 #ce8586

Monochromatic Colors of #cea985

#cea985

Complementary Color

#cea985 #85aace

#cea985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea985 Color CSS Codes

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

#cea985 Text Font Color

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

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


#cea985 Background Color

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

This div background color is #cea985


#cea985 Border Color

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

This div border color is #cea985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea985


Comments

No comments written yet.

Please login to write comment.