Color Hex Logo

#ceeffd Color Hex

#CEEFFD
(206,239,253)
0 Favorites   0 Comments

Color spaces of #ceeffd

RGB 206239253
HSL0.550.920.90
HSV198°19°99°
CMYK 0.190.060.00   0.01
XYZ74.049781.9467104.8430
Yxy81.94670.28390.3142
Hunter Lab90.5244-12.4033-5.3010
CIE-Lab92.5513-7.8155-10.3377

#ceeffd color RGB value is (206,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11111101
Octal 316 357 375
Decimal 206 239 253
Hex CE EF FD

RGB Percentages of Color #ceeffd

%29.51
%34.24
%36.25

CMYK Percentages of Color #ceeffd

%19
%6
%0
%1

Triadic Colors of #ceeffd

#ceeffd #fdceef #effdce

Analogous Colors of #ceeffd

#ceeffd #ced8fd #cefdf4

Monochromatic Colors of #ceeffd

#ceeffd

Complementary Color

#ceeffd #fddcce

#ceeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeffd Color CSS Codes

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

#ceeffd Text Font Color

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

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


#ceeffd Background Color

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

This div background color is #ceeffd


#ceeffd Border Color

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

This div border color is #ceeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeffd


Comments

No comments written yet.

Please login to write comment.