Color Hex Logo

#cef9fc Color Hex

#CEF9FC
(206,249,252)
0 Favorites   0 Comments

Color spaces of #cef9fc

RGB 206249252
HSL0.510.880.90
HSV184°18°99°
CMYK 0.180.010.00   0.01
XYZ76.900087.9015105.0091
Yxy87.90150.28500.3258
Hunter Lab93.7558-17.6641-0.7774
CIE-Lab95.1195-13.0561-6.0141

#cef9fc color RGB value is (206,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11111100
Octal 316 371 374
Decimal 206 249 252
Hex CE F9 FC

RGB Percentages of Color #cef9fc

%29.14
%35.22
%35.64

CMYK Percentages of Color #cef9fc

%18
%1
%0
%1

Triadic Colors of #cef9fc

#cef9fc #fccef9 #f9fcce

Analogous Colors of #cef9fc

#cef9fc #cee2fc #cefce8

Monochromatic Colors of #cef9fc

#cef9fc

Complementary Color

#cef9fc #fcd1ce

#cef9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9fc Color CSS Codes

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

#cef9fc Text Font Color

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

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


#cef9fc Background Color

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

This div background color is #cef9fc


#cef9fc Border Color

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

This div border color is #cef9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9fc

#cef9fc Color Palettes


Comments

No comments written yet.

Please login to write comment.