Color Hex Logo

#dffbfe Color Hex

#DFFBFE
(223,251,254)
0 Favorites   0 Comments

Color spaces of #dffbfe

RGB 223251254
HSL0.520.940.94
HSV186°12°100°
CMYK 0.120.010.00   0.00
XYZ82.818091.8381107.1275
Yxy91.83810.29390.3259
Hunter Lab95.8322-13.44700.8043
CIE-Lab96.7541-8.4444-4.5157

#dffbfe color RGB value is (223,251,254).

#dffbfe hex color red value is 223, green value is 251 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dffbfe hue: 0.52 , saturation: 0.94 and the lightness value of dffbfe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11111110
Octal 337 373 376
Decimal 223 251 254
Hex DF FB FE

RGB Percentages of Color #dffbfe

%30.63
%34.48
%34.89

CMYK Percentages of Color #dffbfe

%12
%1
%0
%0

Triadic Colors of #dffbfe

#dffbfe #fedffb #fbfedf

Analogous Colors of #dffbfe

#dffbfe #dfecfe #dffef2

Monochromatic Colors of #dffbfe

#dffbfe

Complementary Color

#dffbfe #fee2df

#dffbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbfe Color CSS Codes

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

#dffbfe Text Font Color

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

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


#dffbfe Background Color

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

This div background color is #dffbfe


#dffbfe Border Color

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

This div border color is #dffbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.