Color Hex Logo

#ccdfb6 Color Hex

#CCDFB6
(204,223,182)
0 Favorites   0 Comments

Color spaces of #ccdfb6

RGB 204223182
HSL0.240.390.79
HSV88°18°87°
CMYK 0.090.000.18   0.13
XYZ59.733068.990154.4241
Yxy68.99010.32610.3767
Hunter Lab83.0603-16.986819.2932
CIE-Lab86.4991-13.525817.9995

#ccdfb6 color RGB value is (204,223,182).

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

The process color (four color CMYK) of #ccdfb6 color hex is 0.09, 0.00, 0.18, 0.13. Web safe color of #ccdfb6 is #cccccc. Color #ccdfb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10110110
Octal 314 337 266
Decimal 204 223 182
Hex CC DF B6

RGB Percentages of Color #ccdfb6

%33.50
%36.62
%29.89

CMYK Percentages of Color #ccdfb6

%9
%0
%18
%13

Triadic Colors of #ccdfb6

#ccdfb6 #b6ccdf #dfb6cc

Analogous Colors of #ccdfb6

#ccdfb6 #b8dfb6 #dfdeb6

Monochromatic Colors of #ccdfb6

#ccdfb6

Complementary Color

#ccdfb6 #c9b6df

#ccdfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfb6 Color CSS Codes

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

#ccdfb6 Text Font Color

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

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


#ccdfb6 Background Color

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

This div background color is #ccdfb6


#ccdfb6 Border Color

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

This div border color is #ccdfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfb6


Comments

No comments written yet.

Please login to write comment.