Color Hex Logo

#ceeef1 Color Hex

#CEEEF1
(206,238,241)
0 Favorites   0 Comments

Color spaces of #ceeef1

RGB 206238241
HSL0.510.560.88
HSV185°15°95°
CMYK 0.150.010.00   0.05
XYZ71.905380.621894.9908
Yxy80.62180.29050.3257
Hunter Lab89.7896-14.18560.1283
CIE-Lab91.9631-9.7649-4.9610

#ceeef1 color RGB value is (206,238,241).

#ceeef1 hex color red value is 206, green value is 238 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ceeef1 hue: 0.51 , saturation: 0.56 and the lightness value of ceeef1 is 0.88.

The process color (four color CMYK) of #ceeef1 color hex is 0.15, 0.01, 0.00, 0.05. Web safe color of #ceeef1 is #ccffff. Color #ceeef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11110001
Octal 316 356 361
Decimal 206 238 241
Hex CE EE F1

RGB Percentages of Color #ceeef1

%30.07
%34.74
%35.18

CMYK Percentages of Color #ceeef1

%15
%1
%0
%5

Triadic Colors of #ceeef1

#ceeef1 #f1ceee #eef1ce

Analogous Colors of #ceeef1

#ceeef1 #ceddf1 #cef1e3

Monochromatic Colors of #ceeef1

#ceeef1

Complementary Color

#ceeef1 #f1d1ce

#ceeef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeef1 Color CSS Codes

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

#ceeef1 Text Font Color

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

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


#ceeef1 Background Color

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

This div background color is #ceeef1


#ceeef1 Border Color

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

This div border color is #ceeef1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,238,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeef1


Comments

No comments written yet.

Please login to write comment.