Color Hex Logo

#cea688 Color Hex

#CEA688
(206,166,136)
0 Favorites   0 Comments

Color spaces of #cea688

RGB 206166136
HSL0.070.420.67
HSV26°34°81°
CMYK 0.000.190.34   0.19
XYZ43.533842.171829.1381
Yxy42.17180.37910.3672
Hunter Lab64.93986.016618.8548
CIE-Lab70.989210.465221.0980

#cea688 color RGB value is (206,166,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10001000
Octal 316 246 210
Decimal 206 166 136
Hex CE A6 88

RGB Percentages of Color #cea688

%40.55
%32.68
%26.77

CMYK Percentages of Color #cea688

%0
%19
%34
%19

Triadic Colors of #cea688

#cea688 #88cea6 #a688ce

Analogous Colors of #cea688

#cea688 #cec988 #ce888d

Monochromatic Colors of #cea688

#cea688

Complementary Color

#cea688 #88b0ce

#cea688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea688 Color CSS Codes

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

#cea688 Text Font Color

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

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


#cea688 Background Color

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

This div background color is #cea688


#cea688 Border Color

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

This div border color is #cea688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea688


Comments

No comments written yet.

Please login to write comment.