Color Hex Logo

#ccfbcc Color Hex

#CCFBCC
(204,251,204)
0 Favorites   0 Comments

Color spaces of #ccfbcc

RGB 204251204
HSL0.330.850.89
HSV120°19°98°
CMYK 0.190.000.19   0.02
XYZ70.298186.191470.0582
Yxy86.19140.31030.3805
Hunter Lab92.8393-27.308320.2462
CIE-Lab94.3941-23.663317.6729

#ccfbcc color RGB value is (204,251,204).

#ccfbcc hex color red value is 204, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccfbcc hue: 0.33 , saturation: 0.85 and the lightness value of ccfbcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11001100
Octal 314 373 314
Decimal 204 251 204
Hex CC FB CC

RGB Percentages of Color #ccfbcc

%30.96
%38.09
%30.96

CMYK Percentages of Color #ccfbcc

%19
%0
%19
%2

Triadic Colors of #ccfbcc

#ccfbcc #ccccfb #fbcccc

Analogous Colors of #ccfbcc

#ccfbcc #ccfbe4 #e4fbcc

Monochromatic Colors of #ccfbcc

#ccfbcc

Complementary Color

#ccfbcc #fbccfb

#ccfbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbcc Color CSS Codes

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

#ccfbcc Text Font Color

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

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


#ccfbcc Background Color

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

This div background color is #ccfbcc


#ccfbcc Border Color

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

This div border color is #ccfbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.