Color Hex Logo

#ceeefa Color Hex

#CEEEFA
(206,238,250)
0 Favorites   0 Comments

Color spaces of #ceeefa

RGB 206238250
HSL0.550.810.89
HSV196°18°98°
CMYK 0.180.050.00   0.02
XYZ73.283581.1730102.2480
Yxy81.17300.28550.3162
Hunter Lab90.0961-12.4775-4.2197
CIE-Lab92.2086-7.9306-9.2855

#ceeefa color RGB value is (206,238,250).

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

The process color (four color CMYK) of #ceeefa color hex is 0.18, 0.05, 0.00, 0.02. Web safe color of #ceeefa is #ccffff. Color #ceeefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11111010
Octal 316 356 372
Decimal 206 238 250
Hex CE EE FA

RGB Percentages of Color #ceeefa

%29.68
%34.29
%36.02

CMYK Percentages of Color #ceeefa

%18
%5
%0
%2

Triadic Colors of #ceeefa

#ceeefa #faceee #eeface

Analogous Colors of #ceeefa

#ceeefa #ced8fa #cefaf0

Monochromatic Colors of #ceeefa

#ceeefa

Complementary Color

#ceeefa #fadace

#ceeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeefa Color CSS Codes

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

#ceeefa Text Font Color

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

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


#ceeefa Background Color

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

This div background color is #ceeefa


#ceeefa Border Color

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

This div border color is #ceeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeefa


Comments

No comments written yet.

Please login to write comment.