Color Hex Logo

#dfe2fa Color Hex

#DFE2FA
(223,226,250)
0 Favorites   0 Comments

Color spaces of #dfe2fa

RGB 223226250
HSL0.650.730.93
HSV233°11°98°
CMYK 0.110.100.00   0.02
XYZ74.883176.9828101.3549
Yxy76.98280.29570.3040
Hunter Lab87.7398-1.2008-7.0725
CIE-Lab90.31373.5490-11.9807

#dfe2fa color RGB value is (223,226,250).

#dfe2fa hex color red value is 223, green value is 226 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfe2fa hue: 0.65 , saturation: 0.73 and the lightness value of dfe2fa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 11111010
Octal 337 342 372
Decimal 223 226 250
Hex DF E2 FA

RGB Percentages of Color #dfe2fa

%31.90
%32.33
%35.77

CMYK Percentages of Color #dfe2fa

%11
%10
%0
%2

Triadic Colors of #dfe2fa

#dfe2fa #fadfe2 #e2fadf

Analogous Colors of #dfe2fa

#dfe2fa #eadffa #dff0fa

Monochromatic Colors of #dfe2fa

#dfe2fa

Complementary Color

#dfe2fa #faf7df

#dfe2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe2fa Color CSS Codes

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

#dfe2fa Text Font Color

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

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


#dfe2fa Background Color

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

This div background color is #dfe2fa


#dfe2fa Border Color

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

This div border color is #dfe2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe2fa

Related Colors


Comments

No comments written yet.

Please login to write comment.