Color Hex Logo

#cea88d Color Hex

#CEA88D
(206,168,141)
0 Favorites   0 Comments

Color spaces of #cea88d

RGB 206168141
HSL0.070.400.68
HSV25°32°81°
CMYK 0.000.180.32   0.19
XYZ44.263943.050231.1759
Yxy43.05020.37360.3633
Hunter Lab65.61275.598317.7572
CIE-Lab71.589010.022419.1951

#cea88d color RGB value is (206,168,141).

#cea88d hex color red value is 206, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cea88d hue: 0.07 , saturation: 0.40 and the lightness value of cea88d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 10001101
Octal 316 250 215
Decimal 206 168 141
Hex CE A8 8D

RGB Percentages of Color #cea88d

%40.00
%32.62
%27.38

CMYK Percentages of Color #cea88d

%0
%18
%32
%19

Triadic Colors of #cea88d

#cea88d #8dcea8 #a88dce

Analogous Colors of #cea88d

#cea88d #cec98d #ce8d93

Monochromatic Colors of #cea88d

#cea88d

Complementary Color

#cea88d #8db3ce

#cea88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea88d Color CSS Codes

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

#cea88d Text Font Color

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

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


#cea88d Background Color

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

This div background color is #cea88d


#cea88d Border Color

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

This div border color is #cea88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea88d


Comments

No comments written yet.

Please login to write comment.