Color Hex Logo

#ccd3bd Color Hex

#CCD3BD
(204,211,189)
0 Favorites   0 Comments

Color spaces of #ccd3bd

RGB 204211189
HSL0.220.200.78
HSV79°10°83°
CMYK 0.030.000.10   0.17
XYZ57.381463.100057.2993
Yxy63.10000.32280.3549
Hunter Lab79.4355-10.070112.8371
CIE-Lab83.4950-6.272410.0726

#ccd3bd color RGB value is (204,211,189).

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

The process color (four color CMYK) of #ccd3bd color hex is 0.03, 0.00, 0.10, 0.17. Web safe color of #ccd3bd is #cccccc. Color #ccd3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 10111101
Octal 314 323 275
Decimal 204 211 189
Hex CC D3 BD

RGB Percentages of Color #ccd3bd

%33.77
%34.93
%31.29

CMYK Percentages of Color #ccd3bd

%3
%0
%10
%17

Triadic Colors of #ccd3bd

#ccd3bd #bdccd3 #d3bdcc

Analogous Colors of #ccd3bd

#ccd3bd #c1d3bd #d3cfbd

Monochromatic Colors of #ccd3bd

#ccd3bd

Complementary Color

#ccd3bd #c4bdd3

#ccd3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd3bd Color CSS Codes

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

#ccd3bd Text Font Color

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

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


#ccd3bd Background Color

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

This div background color is #ccd3bd


#ccd3bd Border Color

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

This div border color is #ccd3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd3bd


Comments

No comments written yet.

Please login to write comment.