Color Hex Logo

#cef4ff Color Hex

#CEF4FF
(206,244,255)
0 Favorites   0 Comments

Color spaces of #cef4ff

RGB 206244255
HSL0.541.000.90
HSV193°19°100°
CMYK 0.190.040.00   0.00
XYZ75.854385.0432107.0248
Yxy85.04320.28310.3174
Hunter Lab92.2189-14.5585-4.2559
CIE-Lab93.9017-9.9287-9.3700

#cef4ff color RGB value is (206,244,255).

#cef4ff hex color red value is 206, green value is 244 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cef4ff hue: 0.54 , saturation: 1.00 and the lightness value of cef4ff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 11111111
Octal 316 364 377
Decimal 206 244 255
Hex CE F4 FF

RGB Percentages of Color #cef4ff

%29.22
%34.61
%36.17

CMYK Percentages of Color #cef4ff

%19
%4
%0
%0

Triadic Colors of #cef4ff

#cef4ff #ffcef4 #f4ffce

Analogous Colors of #cef4ff

#cef4ff #cedcff #cefff2

Monochromatic Colors of #cef4ff

#cef4ff

Complementary Color

#cef4ff #ffd9ce

#cef4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef4ff Color CSS Codes

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

#cef4ff Text Font Color

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

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


#cef4ff Background Color

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

This div background color is #cef4ff


#cef4ff Border Color

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

This div border color is #cef4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef4ff

Related Colors

#cef4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.