Color Hex Logo

#cea690 Color Hex

#CEA690
(206,166,144)
0 Favorites   0 Comments

Color spaces of #cea690

RGB 206166144
HSL0.060.390.69
HSV21°30°81°
CMYK 0.000.190.30   0.19
XYZ44.123942.407932.2455
Yxy42.40790.37150.3570
Hunter Lab65.12136.982916.2269
CIE-Lab71.151211.500416.9497

#cea690 color RGB value is (206,166,144).

#cea690 hex color red value is 206, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cea690 hue: 0.06 , saturation: 0.39 and the lightness value of cea690 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10010000
Octal 316 246 220
Decimal 206 166 144
Hex CE A6 90

RGB Percentages of Color #cea690

%39.92
%32.17
%27.91

CMYK Percentages of Color #cea690

%0
%19
%30
%19

Triadic Colors of #cea690

#cea690 #90cea6 #a690ce

Analogous Colors of #cea690

#cea690 #cec590 #ce9099

Monochromatic Colors of #cea690

#cea690

Complementary Color

#cea690 #90b8ce

#cea690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea690 Color CSS Codes

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

#cea690 Text Font Color

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

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


#cea690 Background Color

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

This div background color is #cea690


#cea690 Border Color

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

This div border color is #cea690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea690


Comments

No comments written yet.

Please login to write comment.