Color Hex Logo

#ccfcfb Color Hex

#CCFCFB
(204,252,251)
1 Favorites   0 Comments

Color spaces of #ccfcfb

RGB 204252251
HSL0.500.890.89
HSV179°19°99°
CMYK 0.190.000.00   0.01
XYZ77.124889.4232104.4623
Yxy89.42320.28460.3300
Hunter Lab94.5638-19.90490.6985
CIE-Lab95.7570-15.3506-4.5713

#ccfcfb color RGB value is (204,252,251).

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

The process color (four color CMYK) of #ccfcfb color hex is 0.19, 0.00, 0.00, 0.01. Web safe color of #ccfcfb is #ccffff. Color #ccfcfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11111011
Octal 314 374 373
Decimal 204 252 251
Hex CC FC FB

RGB Percentages of Color #ccfcfb

%28.85
%35.64
%35.50

CMYK Percentages of Color #ccfcfb

%19
%0
%0
%1

Triadic Colors of #ccfcfb

#ccfcfb #fbccfc #fcfbcc

Analogous Colors of #ccfcfb

#ccfcfb #cce5fc #ccfce3

Monochromatic Colors of #ccfcfb

#ccfcfb

Complementary Color

#ccfcfb #fccccd

#ccfcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcfb Color CSS Codes

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

#ccfcfb Text Font Color

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

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


#ccfcfb Background Color

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

This div background color is #ccfcfb


#ccfcfb Border Color

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

This div border color is #ccfcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcfb


Comments

No comments written yet.

Please login to write comment.