Color Hex Logo

#ccd0bc Color Hex

#CCD0BC
(204,208,188)
0 Favorites   0 Comments

Color spaces of #ccd0bc

RGB 204208188
HSL0.200.180.78
HSV72°10°82°
CMYK 0.020.000.10   0.18
XYZ56.534861.580056.4834
Yxy61.58000.32380.3527
Hunter Lab78.4729-8.729612.2552
CIE-Lab82.6896-4.88949.4540

#ccd0bc color RGB value is (204,208,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10111100
Octal 314 320 274
Decimal 204 208 188
Hex CC D0 BC

RGB Percentages of Color #ccd0bc

%34.00
%34.67
%31.33

CMYK Percentages of Color #ccd0bc

%2
%0
%10
%18

Triadic Colors of #ccd0bc

#ccd0bc #bcccd0 #d0bccc

Analogous Colors of #ccd0bc

#ccd0bc #c2d0bc #d0cabc

Monochromatic Colors of #ccd0bc

#ccd0bc

Complementary Color

#ccd0bc #c0bcd0

#ccd0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd0bc Color CSS Codes

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

#ccd0bc Text Font Color

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

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


#ccd0bc Background Color

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

This div background color is #ccd0bc


#ccd0bc Border Color

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

This div border color is #ccd0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd0bc


Comments

No comments written yet.

Please login to write comment.