Color Hex Logo

#daf092 Color Hex

#DAF092
(218,240,146)
0 Favorites   0 Comments

Color spaces of #daf092

RGB 218240146
HSL0.210.760.76
HSV74°39°94°
CMYK 0.090.000.39   0.06
XYZ65.261879.300939.0611
Yxy79.30090.35540.4319
Hunter Lab89.0511-25.024136.3289
CIE-Lab91.3703-21.696343.0111

#daf092 color RGB value is (218,240,146).

#daf092 hex color red value is 218, green value is 240 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #daf092 hue: 0.21 , saturation: 0.76 and the lightness value of daf092 is 0.76.

The process color (four color CMYK) of #daf092 color hex is 0.09, 0.00, 0.39, 0.06. Web safe color of #daf092 is #ccff99. Color #daf092 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 10010010
Octal 332 360 222
Decimal 218 240 146
Hex DA F0 92

RGB Percentages of Color #daf092

%36.09
%39.74
%24.17

CMYK Percentages of Color #daf092

%9
%0
%39
%6

Triadic Colors of #daf092

#daf092 #92daf0 #f092da

Analogous Colors of #daf092

#daf092 #abf092 #f0d792

Monochromatic Colors of #daf092

#daf092

Complementary Color

#daf092 #a892f0

#daf092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf092 Color CSS Codes

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

#daf092 Text Font Color

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

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


#daf092 Background Color

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

This div background color is #daf092


#daf092 Border Color

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

This div border color is #daf092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf092


Comments

No comments written yet.

Please login to write comment.