Color Hex Logo

#ceefff Color Hex

#CEEFFF
(206,239,255)
0 Favorites   0 Comments

Color spaces of #ceefff

RGB 206239255
HSL0.551.000.90
HSV200°19°100°
CMYK 0.190.060.00   0.00
XYZ74.370182.0748106.5300
Yxy82.07480.28280.3121
Hunter Lab90.5951-12.0098-6.3020
CIE-Lab92.6079-7.3966-11.2939

#ceefff color RGB value is (206,239,255).

#ceefff hex color red value is 206, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ceefff hue: 0.55 , saturation: 1.00 and the lightness value of ceefff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11111111
Octal 316 357 377
Decimal 206 239 255
Hex CE EF FF

RGB Percentages of Color #ceefff

%29.43
%34.14
%36.43

CMYK Percentages of Color #ceefff

%19
%6
%0
%0

Triadic Colors of #ceefff

#ceefff #ffceef #efffce

Analogous Colors of #ceefff

#ceefff #ced7ff #cefff7

Monochromatic Colors of #ceefff

#ceefff

Complementary Color

#ceefff #ffdece

#ceefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefff Color CSS Codes

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

#ceefff Text Font Color

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

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


#ceefff Background Color

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

This div background color is #ceefff


#ceefff Border Color

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

This div border color is #ceefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefff

Related Colors

#ceefff Color Palettes


Comments

No comments written yet.

Please login to write comment.