Color Hex Logo

#daf6fd Color Hex

#DAF6FD
(218,246,253)
0 Favorites   0 Comments

Color spaces of #daf6fd

RGB 218246253
HSL0.530.900.92
HSV192°14°99°
CMYK 0.140.030.00   0.01
XYZ79.598887.9088105.7013
Yxy87.90880.29130.3218
Hunter Lab93.7597-12.5390-1.2096
CIE-Lab95.1225-7.6815-6.4421

#daf6fd color RGB value is (218,246,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 11111101
Octal 332 366 375
Decimal 218 246 253
Hex DA F6 FD

RGB Percentages of Color #daf6fd

%30.40
%34.31
%35.29

CMYK Percentages of Color #daf6fd

%14
%3
%0
%1

Triadic Colors of #daf6fd

#daf6fd #fddaf6 #f6fdda

Analogous Colors of #daf6fd

#daf6fd #dae5fd #dafdf3

Monochromatic Colors of #daf6fd

#daf6fd

Complementary Color

#daf6fd #fde1da

#daf6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6fd Color CSS Codes

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

#daf6fd Text Font Color

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

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


#daf6fd Background Color

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

This div background color is #daf6fd


#daf6fd Border Color

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

This div border color is #daf6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.