Color Hex Logo

#cccb9e Color Hex

#CCCB9E
(204,203,158)
0 Favorites   0 Comments

Color spaces of #cccb9e

RGB 204203158
HSL0.160.310.71
HSV59°23°80°
CMYK 0.000.000.23   0.20
XYZ52.429358.017940.7830
Yxy58.01790.34670.3836
Hunter Lab76.1695-10.430721.5733
CIE-Lab80.7487-6.959422.6399

#cccb9e color RGB value is (204,203,158).

#cccb9e hex color red value is 204, green value is 203 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cccb9e hue: 0.16 , saturation: 0.31 and the lightness value of cccb9e is 0.71.

The process color (four color CMYK) of #cccb9e color hex is 0.00, 0.00, 0.23, 0.20. Web safe color of #cccb9e is #cccc99. Color #cccb9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10011110
Octal 314 313 236
Decimal 204 203 158
Hex CC CB 9E

RGB Percentages of Color #cccb9e

%36.11
%35.93
%27.96

CMYK Percentages of Color #cccb9e

%0
%0
%23
%20

Triadic Colors of #cccb9e

#cccb9e #9ecccb #cb9ecc

Analogous Colors of #cccb9e

#cccb9e #b6cc9e #ccb49e

Monochromatic Colors of #cccb9e

#cccb9e

Complementary Color

#cccb9e #9e9fcc

#cccb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb9e Color CSS Codes

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

#cccb9e Text Font Color

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

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


#cccb9e Background Color

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

This div background color is #cccb9e


#cccb9e Border Color

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

This div border color is #cccb9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,203,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cccb9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cccb9e;
  -webkit-box-shadow: 1px 1px 3px 2px #cccb9e;
  box-shadow:         1px 1px 3px 2px #cccb9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,203,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb9e


Comments

No comments written yet.

Please login to write comment.