Color Hex Logo

#dafefb Color Hex

#DAFEFB
(218,254,251)
0 Favorites   0 Comments

Color spaces of #dafefb

RGB 218254251
HSL0.490.950.93
HSV175°14°100°
CMYK 0.140.000.01   0.00
XYZ81.767892.7541104.8605
Yxy92.75410.29270.3320
Hunter Lab96.3089-16.99132.8617
CIE-Lab97.1277-12.0821-2.4584

#dafefb color RGB value is (218,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11111011
Octal 332 376 373
Decimal 218 254 251
Hex DA FE FB

RGB Percentages of Color #dafefb

%30.15
%35.13
%34.72

CMYK Percentages of Color #dafefb

%14
%0
%1
%0

Triadic Colors of #dafefb

#dafefb #fbdafe #fefbda

Analogous Colors of #dafefb

#dafefb #daeffe #dafee9

Monochromatic Colors of #dafefb

#dafefb

Complementary Color

#dafefb #fedadd

#dafefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafefb Color CSS Codes

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

#dafefb Text Font Color

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

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


#dafefb Background Color

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

This div background color is #dafefb


#dafefb Border Color

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

This div border color is #dafefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafefb


Comments

No comments written yet.

Please login to write comment.