Color Hex Logo

#dafbfd Color Hex

#DAFBFD
(218,251,253)
0 Favorites   0 Comments

Color spaces of #dafbfd

RGB 218251253
HSL0.510.900.92
HSV183°14°99°
CMYK 0.140.010.00   0.01
XYZ81.140290.9916106.2151
Yxy90.99160.29150.3269
Hunter Lab95.3895-15.09600.7539
CIE-Lab96.4066-10.1936-4.5485

#dafbfd color RGB value is (218,251,253).

#dafbfd hex color red value is 218, green value is 251 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dafbfd hue: 0.51 , saturation: 0.90 and the lightness value of dafbfd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11111101
Octal 332 373 375
Decimal 218 251 253
Hex DA FB FD

RGB Percentages of Color #dafbfd

%30.19
%34.76
%35.04

CMYK Percentages of Color #dafbfd

%14
%1
%0
%1

Triadic Colors of #dafbfd

#dafbfd #fddafb #fbfdda

Analogous Colors of #dafbfd

#dafbfd #daeafd #dafdee

Monochromatic Colors of #dafbfd

#dafbfd

Complementary Color

#dafbfd #fddcda

#dafbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbfd Color CSS Codes

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

#dafbfd Text Font Color

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

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


#dafbfd Background Color

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

This div background color is #dafbfd


#dafbfd Border Color

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

This div border color is #dafbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.