Color Hex Logo

#dafbef Color Hex

#DAFBEF
(218,251,239)
0 Favorites   0 Comments

Color spaces of #dafbef

RGB 218251239
HSL0.440.800.92
HSV158°13°98°
CMYK 0.130.000.05   0.02
XYZ78.990690.131894.8953
Yxy90.13180.29920.3414
Hunter Lab94.9378-17.62467.1930
CIE-Lab96.0514-12.88882.1518

#dafbef color RGB value is (218,251,239).

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

The process color (four color CMYK) of #dafbef color hex is 0.13, 0.00, 0.05, 0.02. Web safe color of #dafbef is #ccffff. Color #dafbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11101111
Octal 332 373 357
Decimal 218 251 239
Hex DA FB EF

RGB Percentages of Color #dafbef

%30.79
%35.45
%33.76

CMYK Percentages of Color #dafbef

%13
%0
%5
%2

Triadic Colors of #dafbef

#dafbef #efdafb #fbefda

Analogous Colors of #dafbef

#dafbef #daf7fb #dafbdf

Monochromatic Colors of #dafbef

#dafbef

Complementary Color

#dafbef #fbdae6

#dafbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbef Color CSS Codes

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

#dafbef Text Font Color

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

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


#dafbef Background Color

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

This div background color is #dafbef


#dafbef Border Color

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

This div border color is #dafbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbef


Comments

No comments written yet.

Please login to write comment.