Color Hex Logo

#ccd1bc Color Hex

#CCD1BC
(204,209,188)
0 Favorites   0 Comments

Color spaces of #ccd1bc

RGB 204209188
HSL0.210.190.78
HSV74°10°82°
CMYK 0.020.000.10   0.18
XYZ56.779462.069156.5649
Yxy62.06910.32370.3538
Hunter Lab78.7839-9.227412.5800
CIE-Lab82.9502-5.40719.8261

#ccd1bc color RGB value is (204,209,188).

#ccd1bc hex color red value is 204, green value is 209 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ccd1bc hue: 0.21 , saturation: 0.19 and the lightness value of ccd1bc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 10111100
Octal 314 321 274
Decimal 204 209 188
Hex CC D1 BC

RGB Percentages of Color #ccd1bc

%33.94
%34.78
%31.28

CMYK Percentages of Color #ccd1bc

%2
%0
%10
%18

Triadic Colors of #ccd1bc

#ccd1bc #bcccd1 #d1bccc

Analogous Colors of #ccd1bc

#ccd1bc #c2d1bc #d1ccbc

Monochromatic Colors of #ccd1bc

#ccd1bc

Complementary Color

#ccd1bc #c1bcd1

#ccd1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd1bc Color CSS Codes

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

#ccd1bc Text Font Color

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

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


#ccd1bc Background Color

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

This div background color is #ccd1bc


#ccd1bc Border Color

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

This div border color is #ccd1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd1bc


Comments

No comments written yet.

Please login to write comment.