Color Hex Logo

#ccdcb5 Color Hex

#CCDCB5
(204,220,181)
0 Favorites   0 Comments

Color spaces of #ccdcb5

RGB 204220181
HSL0.240.360.79
HSV85°18°86°
CMYK 0.070.000.18   0.14
XYZ58.835567.360053.6169
Yxy67.36000.32720.3746
Hunter Lab82.0731-15.667318.7181
CIE-Lab85.6854-12.174217.3851

#ccdcb5 color RGB value is (204,220,181).

#ccdcb5 hex color red value is 204, green value is 220 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ccdcb5 hue: 0.24 , saturation: 0.36 and the lightness value of ccdcb5 is 0.79.

The process color (four color CMYK) of #ccdcb5 color hex is 0.07, 0.00, 0.18, 0.14. Web safe color of #ccdcb5 is #cccccc. Color #ccdcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 10110101
Octal 314 334 265
Decimal 204 220 181
Hex CC DC B5

RGB Percentages of Color #ccdcb5

%33.72
%36.36
%29.92

CMYK Percentages of Color #ccdcb5

%7
%0
%18
%14

Triadic Colors of #ccdcb5

#ccdcb5 #b5ccdc #dcb5cc

Analogous Colors of #ccdcb5

#ccdcb5 #b9dcb5 #dcd9b5

Monochromatic Colors of #ccdcb5

#ccdcb5

Complementary Color

#ccdcb5 #c5b5dc

#ccdcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcb5 Color CSS Codes

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

#ccdcb5 Text Font Color

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

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


#ccdcb5 Background Color

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

This div background color is #ccdcb5


#ccdcb5 Border Color

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

This div border color is #ccdcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcb5


Comments

No comments written yet.

Please login to write comment.