Color Hex Logo

#ceeefd Color Hex

#CEEEFD
(206,238,253)
0 Favorites   0 Comments

Color spaces of #ceeefd

RGB 206238253
HSL0.550.920.90
HSV199°19°99°
CMYK 0.190.060.00   0.01
XYZ73.757881.3627104.7456
Yxy81.36270.28380.3131
Hunter Lab90.2013-11.8924-5.7092
CIE-Lab92.2928-7.3067-10.7222

#ceeefd color RGB value is (206,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11111101
Octal 316 356 375
Decimal 206 238 253
Hex CE EE FD

RGB Percentages of Color #ceeefd

%29.56
%34.15
%36.30

CMYK Percentages of Color #ceeefd

%19
%6
%0
%1

Triadic Colors of #ceeefd

#ceeefd #fdceee #eefdce

Analogous Colors of #ceeefd

#ceeefd #ced7fd #cefdf5

Monochromatic Colors of #ceeefd

#ceeefd

Complementary Color

#ceeefd #fdddce

#ceeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeefd Color CSS Codes

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

#ceeefd Text Font Color

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

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


#ceeefd Background Color

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

This div background color is #ceeefd


#ceeefd Border Color

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

This div border color is #ceeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeefd


Comments

No comments written yet.

Please login to write comment.