Color Hex Logo

#daefed Color Hex

#DAEFED
(218,239,237)
0 Favorites   0 Comments

Color spaces of #daefed

RGB 218239237
HSL0.480.400.90
HSV174°94°
CMYK 0.090.000.01   0.06
XYZ75.066082.752992.1373
Yxy82.75290.30030.3311
Hunter Lab90.9686-11.89943.6263
CIE-Lab92.9061-7.2496-1.4020

#daefed color RGB value is (218,239,237).

#daefed hex color red value is 218, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #daefed hue: 0.48 , saturation: 0.40 and the lightness value of daefed is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11101101
Octal 332 357 355
Decimal 218 239 237
Hex DA EF ED

RGB Percentages of Color #daefed

%31.41
%34.44
%34.15

CMYK Percentages of Color #daefed

%9
%0
%1
%6

Triadic Colors of #daefed

#daefed #eddaef #efedda

Analogous Colors of #daefed

#daefed #dae7ef #daefe3

Monochromatic Colors of #daefed

#daefed

Complementary Color

#daefed #efdadc

#daefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefed Color CSS Codes

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

#daefed Text Font Color

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

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


#daefed Background Color

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

This div background color is #daefed


#daefed Border Color

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

This div border color is #daefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefed


Comments

No comments written yet.

Please login to write comment.