Color Hex Logo

#cef6fa Color Hex

#CEF6FA
(206,246,250)
1 Favorites   0 Comments

Color spaces of #cef6fa

RGB 206246250
HSL0.520.810.89
HSV185°18°98°
CMYK 0.180.020.00   0.02
XYZ75.664785.9355103.0417
Yxy85.93550.28590.3247
Hunter Lab92.7014-16.5323-1.0125
CIE-Lab94.2848-11.9665-6.2114

#cef6fa color RGB value is (206,246,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 11111010
Octal 316 366 372
Decimal 206 246 250
Hex CE F6 FA

RGB Percentages of Color #cef6fa

%29.34
%35.04
%35.61

CMYK Percentages of Color #cef6fa

%18
%2
%0
%2

Triadic Colors of #cef6fa

#cef6fa #facef6 #f6face

Analogous Colors of #cef6fa

#cef6fa #cee0fa #cefae8

Monochromatic Colors of #cef6fa

#cef6fa

Complementary Color

#cef6fa #fad2ce

#cef6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef6fa Color CSS Codes

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

#cef6fa Text Font Color

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

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


#cef6fa Background Color

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

This div background color is #cef6fa


#cef6fa Border Color

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

This div border color is #cef6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef6fa


Comments

No comments written yet.

Please login to write comment.