Color Hex Logo

#dafafd Color Hex

#DAFAFD
(218,250,253)
0 Favorites   0 Comments

Color spaces of #dafafd

RGB 218250253
HSL0.510.900.92
HSV185°14°99°
CMYK 0.140.010.00   0.01
XYZ80.828790.3685106.1112
Yxy90.36850.29150.3259
Hunter Lab95.0623-14.58580.3625
CIE-Lab96.1494-9.6928-4.9272

#dafafd color RGB value is (218,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11111101
Octal 332 372 375
Decimal 218 250 253
Hex DA FA FD

RGB Percentages of Color #dafafd

%30.24
%34.67
%35.09

CMYK Percentages of Color #dafafd

%14
%1
%0
%1

Triadic Colors of #dafafd

#dafafd #fddafa #fafdda

Analogous Colors of #dafafd

#dafafd #dae9fd #dafdef

Monochromatic Colors of #dafafd

#dafafd

Complementary Color

#dafafd #fdddda

#dafafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafafd Color CSS Codes

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

#dafafd Text Font Color

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

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


#dafafd Background Color

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

This div background color is #dafafd


#dafafd Border Color

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

This div border color is #dafafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafafd

#dafafd Color Palettes


Comments

No comments written yet.

Please login to write comment.