Color Hex Logo

#dadf7f Color Hex

#DADF7F
(218,223,127)
0 Favorites   0 Comments

Color spaces of #dadf7f

RGB 218223127
HSL0.180.600.69
HSV63°43°87°
CMYK 0.020.000.43   0.13
XYZ59.131969.213130.3216
Yxy69.21310.37270.4362
Hunter Lab83.1944-18.718236.6269
CIE-Lab86.6095-15.442846.3076

#dadf7f color RGB value is (218,223,127).

#dadf7f hex color red value is 218, green value is 223 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dadf7f hue: 0.18 , saturation: 0.60 and the lightness value of dadf7f is 0.69.

The process color (four color CMYK) of #dadf7f color hex is 0.02, 0.00, 0.43, 0.13. Web safe color of #dadf7f is #cccc66. Color #dadf7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01111111
Octal 332 337 177
Decimal 218 223 127
Hex DA DF 7F

RGB Percentages of Color #dadf7f

%38.38
%39.26
%22.36

CMYK Percentages of Color #dadf7f

%2
%0
%43
%13

Triadic Colors of #dadf7f

#dadf7f #7fdadf #df7fda

Analogous Colors of #dadf7f

#dadf7f #aadf7f #dfb47f

Monochromatic Colors of #dadf7f

#dadf7f

Complementary Color

#dadf7f #847fdf

#dadf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf7f Color CSS Codes

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

#dadf7f Text Font Color

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

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


#dadf7f Background Color

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

This div background color is #dadf7f


#dadf7f Border Color

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

This div border color is #dadf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf7f


Comments

No comments written yet.

Please login to write comment.