Color Hex Logo

#dafeb7 Color Hex

#DAFEB7
(218,254,183)
0 Favorites   0 Comments

Color spaces of #dafeb7

RGB 218254183
HSL0.250.970.86
HSV90°28°100°
CMYK 0.140.000.28   0.00
XYZ72.902589.207958.1762
Yxy89.20790.33090.4050
Hunter Lab94.4499-27.509729.5954
CIE-Lab95.6672-23.634430.2397

#dafeb7 color RGB value is (218,254,183).

#dafeb7 hex color red value is 218, green value is 254 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dafeb7 hue: 0.25 , saturation: 0.97 and the lightness value of dafeb7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10110111
Octal 332 376 267
Decimal 218 254 183
Hex DA FE B7

RGB Percentages of Color #dafeb7

%33.28
%38.78
%27.94

CMYK Percentages of Color #dafeb7

%14
%0
%28
%0

Triadic Colors of #dafeb7

#dafeb7 #b7dafe #feb7da

Analogous Colors of #dafeb7

#dafeb7 #b7feb8 #fefeb7

Monochromatic Colors of #dafeb7

#dafeb7

Complementary Color

#dafeb7 #dbb7fe

#dafeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeb7 Color CSS Codes

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

#dafeb7 Text Font Color

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

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


#dafeb7 Background Color

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

This div background color is #dafeb7


#dafeb7 Border Color

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

This div border color is #dafeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeb7

Related Colors


Comments

No comments written yet.

Please login to write comment.