Color Hex Logo

#ccd7bc Color Hex

#CCD7BC
(204,215,188)
0 Favorites   0 Comments

Color spaces of #ccd7bc

RGB 204215188
HSL0.230.250.79
HSV84°13°84°
CMYK 0.050.000.13   0.16
XYZ58.279465.069157.0649
Yxy65.06910.32300.3607
Hunter Lab80.6654-12.201314.5224
CIE-Lab84.5193-8.494812.0592

#ccd7bc color RGB value is (204,215,188).

#ccd7bc hex color red value is 204, green value is 215 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ccd7bc hue: 0.23 , saturation: 0.25 and the lightness value of ccd7bc is 0.79.

The process color (four color CMYK) of #ccd7bc color hex is 0.05, 0.00, 0.13, 0.16. Web safe color of #ccd7bc is #cccccc. Color #ccd7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 10111100
Octal 314 327 274
Decimal 204 215 188
Hex CC D7 BC

RGB Percentages of Color #ccd7bc

%33.61
%35.42
%30.97

CMYK Percentages of Color #ccd7bc

%5
%0
%13
%16

Triadic Colors of #ccd7bc

#ccd7bc #bcccd7 #d7bccc

Analogous Colors of #ccd7bc

#ccd7bc #bfd7bc #d7d5bc

Monochromatic Colors of #ccd7bc

#ccd7bc

Complementary Color

#ccd7bc #c7bcd7

#ccd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd7bc Color CSS Codes

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

#ccd7bc Text Font Color

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

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


#ccd7bc Background Color

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

This div background color is #ccd7bc


#ccd7bc Border Color

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

This div border color is #ccd7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd7bc


Comments

No comments written yet.

Please login to write comment.