Color Hex Logo

#ceedfc Color Hex

#CEEDFC
(206,237,252)
0 Favorites   0 Comments

Color spaces of #ceedfc

RGB 206237252
HSL0.550.880.90
HSV200°18°99°
CMYK 0.180.060.00   0.01
XYZ73.308580.7185103.8119
Yxy80.71850.28430.3131
Hunter Lab89.8435-11.5776-5.6177
CIE-Lab92.0063-7.0063-10.6279

#ceedfc color RGB value is (206,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11111100
Octal 316 355 374
Decimal 206 237 252
Hex CE ED FC

RGB Percentages of Color #ceedfc

%29.64
%34.10
%36.26

CMYK Percentages of Color #ceedfc

%18
%6
%0
%1

Triadic Colors of #ceedfc

#ceedfc #fcceed #edfcce

Analogous Colors of #ceedfc

#ceedfc #ced6fc #cefcf4

Monochromatic Colors of #ceedfc

#ceedfc

Complementary Color

#ceedfc #fcddce

#ceedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedfc Color CSS Codes

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

#ceedfc Text Font Color

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

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


#ceedfc Background Color

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

This div background color is #ceedfc


#ceedfc Border Color

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

This div border color is #ceedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.