Color Hex Logo

#dafeaf Color Hex

#DAFEAF
(218,254,175)
0 Favorites   0 Comments

Color spaces of #dafeaf

RGB 218254175
HSL0.240.980.84
HSV87°31°100°
CMYK 0.140.000.31   0.00
XYZ72.093188.884253.9141
Yxy88.88420.33550.4136
Hunter Lab94.2784-28.491332.0893
CIE-Lab95.5320-24.751634.0707

#dafeaf color RGB value is (218,254,175).

#dafeaf hex color red value is 218, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dafeaf hue: 0.24 , saturation: 0.98 and the lightness value of dafeaf is 0.84.

The process color (four color CMYK) of #dafeaf color hex is 0.14, 0.00, 0.31, 0.00. Web safe color of #dafeaf is #ccff99. Color #dafeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10101111
Octal 332 376 257
Decimal 218 254 175
Hex DA FE AF

RGB Percentages of Color #dafeaf

%33.69
%39.26
%27.05

CMYK Percentages of Color #dafeaf

%14
%0
%31
%0

Triadic Colors of #dafeaf

#dafeaf #afdafe #feafda

Analogous Colors of #dafeaf

#dafeaf #b3feaf #fefbaf

Monochromatic Colors of #dafeaf

#dafeaf

Complementary Color

#dafeaf #d3affe

#dafeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeaf Color CSS Codes

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

#dafeaf Text Font Color

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

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


#dafeaf Background Color

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

This div background color is #dafeaf


#dafeaf Border Color

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

This div border color is #dafeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeaf


Comments

No comments written yet.

Please login to write comment.