Color Hex Logo

#def6fa Color Hex

#DEF6FA
(222,246,250)
0 Favorites   0 Comments

Color spaces of #def6fa

RGB 222246250
HSL0.520.740.93
HSV189°11°98°
CMYK 0.110.020.00   0.02
XYZ80.335388.3433103.2603
Yxy88.34330.29540.3249
Hunter Lab93.9911-11.91840.6567
CIE-Lab95.3053-7.0203-4.5906

#def6fa color RGB value is (222,246,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 11111010
Octal 336 366 372
Decimal 222 246 250
Hex DE F6 FA

RGB Percentages of Color #def6fa

%30.92
%34.26
%34.82

CMYK Percentages of Color #def6fa

%11
%2
%0
%2

Triadic Colors of #def6fa

#def6fa #fadef6 #f6fade

Analogous Colors of #def6fa

#def6fa #dee8fa #defaf0

Monochromatic Colors of #def6fa

#def6fa

Complementary Color

#def6fa #fae2de

#def6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#def6fa Color CSS Codes

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

#def6fa Text Font Color

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

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


#def6fa Background Color

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

This div background color is #def6fa


#def6fa Border Color

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

This div border color is #def6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def6fa


Comments

No comments written yet.

Please login to write comment.