Color Hex Logo

#ccd0bd Color Hex

#CCD0BD
(204,208,189)
1 Favorites   0 Comments

Color spaces of #ccd0bd

RGB 204208189
HSL0.200.170.78
HSV73°82°
CMYK 0.020.000.09   0.18
XYZ56.643061.623257.0532
Yxy61.62320.32310.3515
Hunter Lab78.5004-8.576811.8590
CIE-Lab82.7126-4.72088.9552

#ccd0bd color RGB value is (204,208,189).

#ccd0bd hex color red value is 204, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccd0bd hue: 0.20 , saturation: 0.17 and the lightness value of ccd0bd is 0.78.

The process color (four color CMYK) of #ccd0bd color hex is 0.02, 0.00, 0.09, 0.18. Web safe color of #ccd0bd is #cccccc. Color #ccd0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10111101
Octal 314 320 275
Decimal 204 208 189
Hex CC D0 BD

RGB Percentages of Color #ccd0bd

%33.94
%34.61
%31.45

CMYK Percentages of Color #ccd0bd

%2
%0
%9
%18

Triadic Colors of #ccd0bd

#ccd0bd #bdccd0 #d0bdcc

Analogous Colors of #ccd0bd

#ccd0bd #c3d0bd #d0cbbd

Monochromatic Colors of #ccd0bd

#ccd0bd

Complementary Color

#ccd0bd #c1bdd0

#ccd0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd0bd Color CSS Codes

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

#ccd0bd Text Font Color

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

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


#ccd0bd Background Color

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

This div background color is #ccd0bd


#ccd0bd Border Color

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

This div border color is #ccd0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd0bd

#ccd0bd Color Palettes


Comments

No comments written yet.

Please login to write comment.