Color Hex Logo

#dafedc Color Hex

#DAFEDC
(218,254,220)
0 Favorites   0 Comments

Color spaces of #dafedc

RGB 218254220
HSL0.340.950.93
HSV123°14°100°
CMYK 0.140.000.13   0.00
XYZ77.273590.956481.1937
Yxy90.95640.30980.3647
Hunter Lab95.3711-22.271416.2835
CIE-Lab96.3921-17.788512.4156

#dafedc color RGB value is (218,254,220).

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

The process color (four color CMYK) of #dafedc color hex is 0.14, 0.00, 0.13, 0.00. Web safe color of #dafedc is #ccffcc. Color #dafedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11011100
Octal 332 376 334
Decimal 218 254 220
Hex DA FE DC

RGB Percentages of Color #dafedc

%31.50
%36.71
%31.79

CMYK Percentages of Color #dafedc

%14
%0
%13
%0

Triadic Colors of #dafedc

#dafedc #dcdafe #fedcda

Analogous Colors of #dafedc

#dafedc #dafeee #eafeda

Monochromatic Colors of #dafedc

#dafedc

Complementary Color

#dafedc #fedafc

#dafedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafedc Color CSS Codes

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

#dafedc Text Font Color

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

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


#dafedc Background Color

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

This div background color is #dafedc


#dafedc Border Color

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

This div border color is #dafedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafedc

Related Colors


Comments

No comments written yet.

Please login to write comment.