Color Hex Logo

#ccfbef Color Hex

#CCFBEF
(204,251,239)
0 Favorites   0 Comments

Color spaces of #ccfbef

RGB 204251239
HSL0.460.850.89
HSV165°19°98°
CMYK 0.190.000.05   0.02
XYZ74.979088.063794.7075
Yxy88.06370.29090.3417
Hunter Lab93.8423-21.60435.8529
CIE-Lab95.1878-17.26280.7889

#ccfbef color RGB value is (204,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11101111
Octal 314 373 357
Decimal 204 251 239
Hex CC FB EF

RGB Percentages of Color #ccfbef

%29.39
%36.17
%34.44

CMYK Percentages of Color #ccfbef

%19
%0
%5
%2

Triadic Colors of #ccfbef

#ccfbef #efccfb #fbefcc

Analogous Colors of #ccfbef

#ccfbef #ccf0fb #ccfbd8

Monochromatic Colors of #ccfbef

#ccfbef

Complementary Color

#ccfbef #fbccd8

#ccfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbef Color CSS Codes

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

#ccfbef Text Font Color

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

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


#ccfbef Background Color

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

This div background color is #ccfbef


#ccfbef Border Color

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

This div border color is #ccfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbef

#ccfbef Color Palettes


Comments

No comments written yet.

Please login to write comment.