Color Hex Logo

#ceeefc Color Hex

#CEEEFC
(206,238,252)
1 Favorites   0 Comments

Color spaces of #ceeefc

RGB 206238252
HSL0.550.880.90
HSV198°18°99°
CMYK 0.180.060.00   0.01
XYZ73.598881.2992103.9087
Yxy81.29920.28440.3141
Hunter Lab90.1661-12.0885-5.2104
CIE-Lab92.2647-7.5156-10.2435

#ceeefc color RGB value is (206,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11111100
Octal 316 356 374
Decimal 206 238 252
Hex CE EE FC

RGB Percentages of Color #ceeefc

%29.60
%34.20
%36.21

CMYK Percentages of Color #ceeefc

%18
%6
%0
%1

Triadic Colors of #ceeefc

#ceeefc #fcceee #eefcce

Analogous Colors of #ceeefc

#ceeefc #ced7fc #cefcf3

Monochromatic Colors of #ceeefc

#ceeefc

Complementary Color

#ceeefc #fcdcce

#ceeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeefc Color CSS Codes

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

#ceeefc Text Font Color

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

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


#ceeefc Background Color

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

This div background color is #ceeefc


#ceeefc Border Color

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

This div border color is #ceeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeefc


Comments

No comments written yet.

Please login to write comment.