Color Hex Logo

#ccbd9e Color Hex

#CCBD9E
(204,189,158)
0 Favorites   0 Comments

Color spaces of #ccbd9e

RGB 204189158
HSL0.110.310.71
HSV40°23°80°
CMYK 0.000.070.23   0.20
XYZ49.271051.701239.7302
Yxy51.70120.35020.3675
Hunter Lab71.9035-3.516317.5719
CIE-Lab77.10180.355117.6035

#ccbd9e color RGB value is (204,189,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10011110
Octal 314 275 236
Decimal 204 189 158
Hex CC BD 9E

RGB Percentages of Color #ccbd9e

%37.02
%34.30
%28.68

CMYK Percentages of Color #ccbd9e

%0
%7
%23
%20

Triadic Colors of #ccbd9e

#ccbd9e #9eccbd #bd9ecc

Analogous Colors of #ccbd9e

#ccbd9e #c4cc9e #cca69e

Monochromatic Colors of #ccbd9e

#ccbd9e

Complementary Color

#ccbd9e #9eadcc

#ccbd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd9e Color CSS Codes

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

#ccbd9e Text Font Color

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

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


#ccbd9e Background Color

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

This div background color is #ccbd9e


#ccbd9e Border Color

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

This div border color is #ccbd9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,189,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 #ccbd9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd9e


Comments

No comments written yet.

Please login to write comment.