Color Hex Logo

#ceecfd Color Hex

#CEECFD
(206,236,253)
0 Favorites   0 Comments

Color spaces of #ceecfd

RGB 206236253
HSL0.560.920.90
HSV202°19°99°
CMYK 0.190.070.00   0.01
XYZ73.178780.2046104.5526
Yxy80.20460.28370.3109
Hunter Lab89.5570-10.8691-6.5277
CIE-Lab91.7766-6.2871-11.4909

#ceecfd color RGB value is (206,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11111101
Octal 316 354 375
Decimal 206 236 253
Hex CE EC FD

RGB Percentages of Color #ceecfd

%29.64
%33.96
%36.40

CMYK Percentages of Color #ceecfd

%19
%7
%0
%1

Triadic Colors of #ceecfd

#ceecfd #fdceec #ecfdce

Analogous Colors of #ceecfd

#ceecfd #ced5fd #cefdf7

Monochromatic Colors of #ceecfd

#ceecfd

Complementary Color

#ceecfd #fddfce

#ceecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecfd Color CSS Codes

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

#ceecfd Text Font Color

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

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


#ceecfd Background Color

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

This div background color is #ceecfd


#ceecfd Border Color

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

This div border color is #ceecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.