Color Hex Logo

#daf9fe Color Hex

#DAF9FE
(218,249,254)
0 Favorites   0 Comments

Color spaces of #daf9fe

RGB 218249254
HSL0.520.950.93
HSV188°14°100°
CMYK 0.140.020.00   0.00
XYZ80.678589.8125106.8493
Yxy89.81250.29090.3238
Hunter Lab94.7695-13.8871-0.5088
CIE-Lab95.9189-8.9930-5.7833

#daf9fe color RGB value is (218,249,254).

#daf9fe hex color red value is 218, green value is 249 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #daf9fe hue: 0.52 , saturation: 0.95 and the lightness value of daf9fe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11111110
Octal 332 371 376
Decimal 218 249 254
Hex DA F9 FE

RGB Percentages of Color #daf9fe

%30.24
%34.54
%35.23

CMYK Percentages of Color #daf9fe

%14
%2
%0
%0

Triadic Colors of #daf9fe

#daf9fe #fedaf9 #f9feda

Analogous Colors of #daf9fe

#daf9fe #dae7fe #dafef1

Monochromatic Colors of #daf9fe

#daf9fe

Complementary Color

#daf9fe #fedfda

#daf9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9fe Color CSS Codes

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

#daf9fe Text Font Color

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

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


#daf9fe Background Color

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

This div background color is #daf9fe


#daf9fe Border Color

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

This div border color is #daf9fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,249,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.