Color Hex Logo

#dadf88 Color Hex

#DADF88
(218,223,136)
0 Favorites   0 Comments

Color spaces of #dadf88

RGB 218223136
HSL0.180.580.70
HSV63°39°87°
CMYK 0.020.000.39   0.13
XYZ59.745169.458433.5505
Yxy69.45840.36710.4268
Hunter Lab83.3417-17.886834.4711
CIE-Lab86.7305-14.494342.0358

#dadf88 color RGB value is (218,223,136).

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

The process color (four color CMYK) of #dadf88 color hex is 0.02, 0.00, 0.39, 0.13. Web safe color of #dadf88 is #cccc99. Color #dadf88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 10001000
Octal 332 337 210
Decimal 218 223 136
Hex DA DF 88

RGB Percentages of Color #dadf88

%37.78
%38.65
%23.57

CMYK Percentages of Color #dadf88

%2
%0
%39
%13

Triadic Colors of #dadf88

#dadf88 #88dadf #df88da

Analogous Colors of #dadf88

#dadf88 #afdf88 #dfb988

Monochromatic Colors of #dadf88

#dadf88

Complementary Color

#dadf88 #8d88df

#dadf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf88 Color CSS Codes

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

#dadf88 Text Font Color

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

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


#dadf88 Background Color

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

This div background color is #dadf88


#dadf88 Border Color

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

This div border color is #dadf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf88


Comments

No comments written yet.

Please login to write comment.