Color Hex Logo

#daf492 Color Hex

#DAF492
(218,244,146)
0 Favorites   0 Comments

Color spaces of #daf492

RGB 218244146
HSL0.210.820.76
HSV76°40°96°
CMYK 0.110.000.40   0.04
XYZ66.452481.682139.4579
Yxy81.68210.35420.4354
Hunter Lab90.3782-26.916037.3795
CIE-Lab92.4344-23.616644.3662

#daf492 color RGB value is (218,244,146).

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

The process color (four color CMYK) of #daf492 color hex is 0.11, 0.00, 0.40, 0.04. Web safe color of #daf492 is #ccff99. Color #daf492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 10010010
Octal 332 364 222
Decimal 218 244 146
Hex DA F4 92

RGB Percentages of Color #daf492

%35.86
%40.13
%24.01

CMYK Percentages of Color #daf492

%11
%0
%40
%4

Triadic Colors of #daf492

#daf492 #92daf4 #f492da

Analogous Colors of #daf492

#daf492 #a9f492 #f4dd92

Monochromatic Colors of #daf492

#daf492

Complementary Color

#daf492 #ac92f4

#daf492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf492 Color CSS Codes

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

#daf492 Text Font Color

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

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


#daf492 Background Color

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

This div background color is #daf492


#daf492 Border Color

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

This div border color is #daf492


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,244,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 #daf492">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf492


Comments

No comments written yet.

Please login to write comment.