Color Hex Logo

#ceeff1 Color Hex

#CEEFF1
(206,239,241)
0 Favorites   0 Comments

Color spaces of #ceeff1

RGB 206239241
HSL0.510.560.88
HSV183°15°95°
CMYK 0.150.010.00   0.05
XYZ72.197381.205795.0882
Yxy81.20570.29050.3268
Hunter Lab90.1142-14.69000.5173
CIE-Lab92.2231-10.2697-4.5780

#ceeff1 color RGB value is (206,239,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11110001
Octal 316 357 361
Decimal 206 239 241
Hex CE EF F1

RGB Percentages of Color #ceeff1

%30.03
%34.84
%35.13

CMYK Percentages of Color #ceeff1

%15
%1
%0
%5

Triadic Colors of #ceeff1

#ceeff1 #f1ceef #eff1ce

Analogous Colors of #ceeff1

#ceeff1 #cedef1 #cef1e2

Monochromatic Colors of #ceeff1

#ceeff1

Complementary Color

#ceeff1 #f1d0ce

#ceeff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeff1 Color CSS Codes

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

#ceeff1 Text Font Color

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

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


#ceeff1 Background Color

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

This div background color is #ceeff1


#ceeff1 Border Color

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

This div border color is #ceeff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeff1


Comments

No comments written yet.

Please login to write comment.