Color Hex Logo

#def7fb Color Hex

#DEF7FB
(222,247,251)
0 Favorites   0 Comments

Color spaces of #def7fb

RGB 222247251
HSL0.520.780.93
HSV188°12°98°
CMYK 0.120.020.00   0.02
XYZ80.797689.0162104.1901
Yxy89.01620.29490.3249
Hunter Lab94.3484-12.24680.5692
CIE-Lab95.5872-7.3302-4.6926

#def7fb color RGB value is (222,247,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110111 11111011
Octal 336 367 373
Decimal 222 247 251
Hex DE F7 FB

RGB Percentages of Color #def7fb

%30.83
%34.31
%34.86

CMYK Percentages of Color #def7fb

%12
%2
%0
%2

Triadic Colors of #def7fb

#def7fb #fbdef7 #f7fbde

Analogous Colors of #def7fb

#def7fb #dee9fb #defbf1

Monochromatic Colors of #def7fb

#def7fb

Complementary Color

#def7fb #fbe2de

#def7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#def7fb Color CSS Codes

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

#def7fb Text Font Color

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

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


#def7fb Background Color

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

This div background color is #def7fb


#def7fb Border Color

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

This div border color is #def7fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,247,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def7fb


Comments

No comments written yet.

Please login to write comment.