Color Hex Logo

#cef2fd Color Hex

#CEF2FD
(206,242,253)
0 Favorites   0 Comments

Color spaces of #cef2fd

RGB 206242253
HSL0.540.920.90
HSV194°19°99°
CMYK 0.190.040.00   0.01
XYZ74.935483.7179105.1382
Yxy83.71790.28410.3174
Hunter Lab91.4975-13.9311-4.0809
CIE-Lab93.3278-9.3355-9.1841

#cef2fd color RGB value is (206,242,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 11111101
Octal 316 362 375
Decimal 206 242 253
Hex CE F2 FD

RGB Percentages of Color #cef2fd

%29.39
%34.52
%36.09

CMYK Percentages of Color #cef2fd

%19
%4
%0
%1

Triadic Colors of #cef2fd

#cef2fd #fdcef2 #f2fdce

Analogous Colors of #cef2fd

#cef2fd #cedbfd #cefdf1

Monochromatic Colors of #cef2fd

#cef2fd

Complementary Color

#cef2fd #fdd9ce

#cef2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef2fd Color CSS Codes

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

#cef2fd Text Font Color

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

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


#cef2fd Background Color

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

This div background color is #cef2fd


#cef2fd Border Color

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

This div border color is #cef2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.