Color Hex Logo

#ccecfb Color Hex

#CCECFB
(204,236,251)
0 Favorites   0 Comments

Color spaces of #ccecfb

RGB 204236251
HSL0.550.850.89
HSV199°19°98°
CMYK 0.190.060.00   0.02
XYZ72.309979.7933102.8573
Yxy79.79330.28360.3130
Hunter Lab89.3271-11.8274-5.7416
CIE-Lab91.5920-7.3124-10.7369

#ccecfb color RGB value is (204,236,251).

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

The process color (four color CMYK) of #ccecfb color hex is 0.19, 0.06, 0.00, 0.02. Web safe color of #ccecfb is #ccffff. Color #ccecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11111011
Octal 314 354 373
Decimal 204 236 251
Hex CC EC FB

RGB Percentages of Color #ccecfb

%29.52
%34.15
%36.32

CMYK Percentages of Color #ccecfb

%19
%6
%0
%2

Triadic Colors of #ccecfb

#ccecfb #fbccec #ecfbcc

Analogous Colors of #ccecfb

#ccecfb #ccd5fb #ccfbf3

Monochromatic Colors of #ccecfb

#ccecfb

Complementary Color

#ccecfb #fbdbcc

#ccecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecfb Color CSS Codes

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

#ccecfb Text Font Color

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

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


#ccecfb Background Color

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

This div background color is #ccecfb


#ccecfb Border Color

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

This div border color is #ccecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecfb


Comments

No comments written yet.

Please login to write comment.