Color Hex Logo

#ceae9c Color Hex

#CEAE9C
(206,174,156)
0 Favorites   0 Comments

Color spaces of #ceae9c

RGB 206174156
HSL0.060.340.71
HSV22°24°81°
CMYK 0.000.160.24   0.19
XYZ46.590445.794237.8361
Yxy45.79420.35780.3517
Hunter Lab67.67144.468714.2201
CIE-Lab73.41188.840113.5496

#ceae9c color RGB value is (206,174,156).

#ceae9c hex color red value is 206, green value is 174 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ceae9c hue: 0.06 , saturation: 0.34 and the lightness value of ceae9c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10011100
Octal 316 256 234
Decimal 206 174 156
Hex CE AE 9C

RGB Percentages of Color #ceae9c

%38.43
%32.46
%29.10

CMYK Percentages of Color #ceae9c

%0
%16
%24
%19

Triadic Colors of #ceae9c

#ceae9c #9cceae #ae9cce

Analogous Colors of #ceae9c

#ceae9c #cec79c #ce9ca3

Monochromatic Colors of #ceae9c

#ceae9c

Complementary Color

#ceae9c #9cbcce

#ceae9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae9c Color CSS Codes

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

#ceae9c Text Font Color

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

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


#ceae9c Background Color

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

This div background color is #ceae9c


#ceae9c Border Color

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

This div border color is #ceae9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae9c


Comments

No comments written yet.

Please login to write comment.