Color Hex Logo

#ceecfb Color Hex

#CEECFB
(206,236,251)
0 Favorites   0 Comments

Color spaces of #ceecfb

RGB 206236251
HSL0.560.850.90
HSV200°18°98°
CMYK 0.180.060.00   0.02
XYZ72.861680.0778102.8831
Yxy80.07780.28480.3130
Hunter Lab89.4862-11.2623-5.5259
CIE-Lab91.7198-6.7050-10.5331

#ceecfb color RGB value is (206,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11111011
Octal 316 354 373
Decimal 206 236 251
Hex CE EC FB

RGB Percentages of Color #ceecfb

%29.73
%34.05
%36.22

CMYK Percentages of Color #ceecfb

%18
%6
%0
%2

Triadic Colors of #ceecfb

#ceecfb #fbceec #ecfbce

Analogous Colors of #ceecfb

#ceecfb #ced6fb #cefbf4

Monochromatic Colors of #ceecfb

#ceecfb

Complementary Color

#ceecfb #fbddce

#ceecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecfb Color CSS Codes

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

#ceecfb Text Font Color

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

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


#ceecfb Background Color

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

This div background color is #ceecfb


#ceecfb Border Color

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

This div border color is #ceecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecfb

#ceecfb Color Palettes


Comments

No comments written yet.

Please login to write comment.