Color Hex Logo

#dfebfd Color Hex

#DFEBFD
(223,235,253)
0 Favorites   0 Comments

Color spaces of #dfebfd

RGB 223235253
HSL0.600.880.93
HSV216°12°99°
CMYK 0.120.070.00   0.01
XYZ77.869482.1965104.6899
Yxy82.19650.29410.3105
Hunter Lab90.6623-5.3462-5.0000
CIE-Lab92.6615-0.5120-10.0515

#dfebfd color RGB value is (223,235,253).

#dfebfd hex color red value is 223, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfebfd hue: 0.60 , saturation: 0.88 and the lightness value of dfebfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11111101
Octal 337 353 375
Decimal 223 235 253
Hex DF EB FD

RGB Percentages of Color #dfebfd

%31.36
%33.05
%35.58

CMYK Percentages of Color #dfebfd

%12
%7
%0
%1

Triadic Colors of #dfebfd

#dfebfd #fddfeb #ebfddf

Analogous Colors of #dfebfd

#dfebfd #e2dffd #dffafd

Monochromatic Colors of #dfebfd

#dfebfd

Complementary Color

#dfebfd #fdf1df

#dfebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebfd Color CSS Codes

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

#dfebfd Text Font Color

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

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


#dfebfd Background Color

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

This div background color is #dfebfd


#dfebfd Border Color

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

This div border color is #dfebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebfd


Comments

No comments written yet.

Please login to write comment.