Color Hex Logo

#ccdfbb Color Hex

#CCDFBB
(204,223,187)
0 Favorites   0 Comments

Color spaces of #ccdfbb

RGB 204223187
HSL0.250.360.80
HSV92°16°87°
CMYK 0.090.000.16   0.13
XYZ60.259269.200657.1948
Yxy69.20060.32280.3707
Hunter Lab83.1869-16.274717.4662
CIE-Lab86.6033-12.720815.5300

#ccdfbb color RGB value is (204,223,187).

#ccdfbb hex color red value is 204, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ccdfbb hue: 0.25 , saturation: 0.36 and the lightness value of ccdfbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10111011
Octal 314 337 273
Decimal 204 223 187
Hex CC DF BB

RGB Percentages of Color #ccdfbb

%33.22
%36.32
%30.46

CMYK Percentages of Color #ccdfbb

%9
%0
%16
%13

Triadic Colors of #ccdfbb

#ccdfbb #bbccdf #dfbbcc

Analogous Colors of #ccdfbb

#ccdfbb #bbdfbc #dedfbb

Monochromatic Colors of #ccdfbb

#ccdfbb

Complementary Color

#ccdfbb #cebbdf

#ccdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfbb Color CSS Codes

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

#ccdfbb Text Font Color

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

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


#ccdfbb Background Color

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

This div background color is #ccdfbb


#ccdfbb Border Color

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

This div border color is #ccdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfbb


Comments

No comments written yet.

Please login to write comment.