Color Hex Logo

#dfeffb Color Hex

#DFEFFB
(223,239,251)
0 Favorites   0 Comments

Color spaces of #dfeffb

RGB 223239251
HSL0.570.780.93
HSV206°11°98°
CMYK 0.110.050.00   0.02
XYZ78.710584.3860103.4064
Yxy84.38600.29530.3166
Hunter Lab91.8619-7.8131-2.4379
CIE-Lab93.6179-2.9558-7.5926

#dfeffb color RGB value is (223,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11111011
Octal 337 357 373
Decimal 223 239 251
Hex DF EF FB

RGB Percentages of Color #dfeffb

%31.28
%33.52
%35.20

CMYK Percentages of Color #dfeffb

%11
%5
%0
%2

Triadic Colors of #dfeffb

#dfeffb #fbdfef #effbdf

Analogous Colors of #dfeffb

#dfeffb #dfe1fb #dffbf9

Monochromatic Colors of #dfeffb

#dfeffb

Complementary Color

#dfeffb #fbebdf

#dfeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeffb Color CSS Codes

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

#dfeffb Text Font Color

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

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


#dfeffb Background Color

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

This div background color is #dfeffb


#dfeffb Border Color

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

This div border color is #dfeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeffb


Comments

No comments written yet.

Please login to write comment.