Color Hex Logo

#ccdfb3 Color Hex

#CCDFB3
(204,223,179)
0 Favorites   0 Comments

Color spaces of #ccdfb3

RGB 204223179
HSL0.240.410.79
HSV86°20°87°
CMYK 0.090.000.20   0.13
XYZ59.426268.867452.8085
Yxy68.86740.32810.3803
Hunter Lab82.9864-17.403120.3612
CIE-Lab86.4383-13.998319.4810

#ccdfb3 color RGB value is (204,223,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10110011
Octal 314 337 263
Decimal 204 223 179
Hex CC DF B3

RGB Percentages of Color #ccdfb3

%33.66
%36.80
%29.54

CMYK Percentages of Color #ccdfb3

%9
%0
%20
%13

Triadic Colors of #ccdfb3

#ccdfb3 #b3ccdf #dfb3cc

Analogous Colors of #ccdfb3

#ccdfb3 #b6dfb3 #dfdcb3

Monochromatic Colors of #ccdfb3

#ccdfb3

Complementary Color

#ccdfb3 #c6b3df

#ccdfb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfb3 Color CSS Codes

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

#ccdfb3 Text Font Color

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

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


#ccdfb3 Background Color

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

This div background color is #ccdfb3


#ccdfb3 Border Color

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

This div border color is #ccdfb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfb3


Comments

No comments written yet.

Please login to write comment.