Color Hex Logo

#ccf9bc Color Hex

#CCF9BC
(204,249,188)
0 Favorites   0 Comments

Color spaces of #ccf9bc

RGB 204249188
HSL0.290.840.86
HSV104°24°98°
CMYK 0.180.000.24   0.02
XYZ67.854684.219660.2566
Yxy84.21960.31960.3966
Hunter Lab91.7712-28.618825.3103
CIE-Lab93.5458-25.307724.6702

#ccf9bc color RGB value is (204,249,188).

#ccf9bc hex color red value is 204, green value is 249 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ccf9bc hue: 0.29 , saturation: 0.84 and the lightness value of ccf9bc is 0.86.

The process color (four color CMYK) of #ccf9bc color hex is 0.18, 0.00, 0.24, 0.02. Web safe color of #ccf9bc is #ccffcc. Color #ccf9bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10111100
Octal 314 371 274
Decimal 204 249 188
Hex CC F9 BC

RGB Percentages of Color #ccf9bc

%31.83
%38.85
%29.33

CMYK Percentages of Color #ccf9bc

%18
%0
%24
%2

Triadic Colors of #ccf9bc

#ccf9bc #bcccf9 #f9bccc

Analogous Colors of #ccf9bc

#ccf9bc #bcf9cb #ebf9bc

Monochromatic Colors of #ccf9bc

#ccf9bc

Complementary Color

#ccf9bc #e9bcf9

#ccf9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9bc Color CSS Codes

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

#ccf9bc Text Font Color

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

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


#ccf9bc Background Color

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

This div background color is #ccf9bc


#ccf9bc Border Color

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

This div border color is #ccf9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9bc


Comments

No comments written yet.

Please login to write comment.