Color Hex Logo

#dafeef Color Hex

#DAFEEF
(218,254,239)
0 Favorites   0 Comments

Color spaces of #dafeef

RGB 218254239
HSL0.430.950.93
HSV155°14°100°
CMYK 0.140.000.06   0.00
XYZ79.935292.021095.2102
Yxy92.02100.29920.3444
Hunter Lab95.9276-19.13158.3027
CIE-Lab96.8289-14.37363.2812

#dafeef color RGB value is (218,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11101111
Octal 332 376 357
Decimal 218 254 239
Hex DA FE EF

RGB Percentages of Color #dafeef

%30.66
%35.72
%33.61

CMYK Percentages of Color #dafeef

%14
%0
%6
%0

Triadic Colors of #dafeef

#dafeef #efdafe #feefda

Analogous Colors of #dafeef

#dafeef #dafbfe #dafedd

Monochromatic Colors of #dafeef

#dafeef

Complementary Color

#dafeef #fedae9

#dafeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeef Color CSS Codes

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

#dafeef Text Font Color

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

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


#dafeef Background Color

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

This div background color is #dafeef


#dafeef Border Color

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

This div border color is #dafeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeef


Comments

No comments written yet.

Please login to write comment.