Color Hex Logo

#ceeafb Color Hex

#CEEAFB
(206,234,251)
0 Favorites   0 Comments

Color spaces of #ceeafb

RGB 206234251
HSL0.560.850.90
HSV203°18°98°
CMYK 0.180.070.00   0.02
XYZ72.289078.9325102.6922
Yxy78.93250.28470.3109
Hunter Lab88.8440-10.2382-6.3408
CIE-Lab91.2037-5.6827-11.3013

#ceeafb color RGB value is (206,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11111011
Octal 316 352 373
Decimal 206 234 251
Hex CE EA FB

RGB Percentages of Color #ceeafb

%29.81
%33.86
%36.32

CMYK Percentages of Color #ceeafb

%18
%7
%0
%2

Triadic Colors of #ceeafb

#ceeafb #fbceea #eafbce

Analogous Colors of #ceeafb

#ceeafb #ced4fb #cefbf6

Monochromatic Colors of #ceeafb

#ceeafb

Complementary Color

#ceeafb #fbdfce

#ceeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeafb Color CSS Codes

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

#ceeafb Text Font Color

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

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


#ceeafb Background Color

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

This div background color is #ceeafb


#ceeafb Border Color

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

This div border color is #ceeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeafb


Comments

No comments written yet.

Please login to write comment.