Color Hex Logo

#daf281 Color Hex

#DAF281
(218,242,129)
0 Favorites   0 Comments

Color spaces of #daf281

RGB 218242129
HSL0.200.810.73
HSV73°47°95°
CMYK 0.100.000.47   0.05
XYZ64.628079.994732.8031
Yxy79.99470.36430.4509
Hunter Lab89.4398-27.537840.8625
CIE-Lab91.6825-24.474651.5843

#daf281 color RGB value is (218,242,129).

#daf281 hex color red value is 218, green value is 242 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #daf281 hue: 0.20 , saturation: 0.81 and the lightness value of daf281 is 0.73.

The process color (four color CMYK) of #daf281 color hex is 0.10, 0.00, 0.47, 0.05. Web safe color of #daf281 is #ccff99. Color #daf281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10000001
Octal 332 362 201
Decimal 218 242 129
Hex DA F2 81

RGB Percentages of Color #daf281

%37.01
%41.09
%21.90

CMYK Percentages of Color #daf281

%10
%0
%47
%5

Triadic Colors of #daf281

#daf281 #81daf2 #f281da

Analogous Colors of #daf281

#daf281 #a2f281 #f2d281

Monochromatic Colors of #daf281

#daf281

Complementary Color

#daf281 #9981f2

#daf281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf281 Color CSS Codes

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

#daf281 Text Font Color

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

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


#daf281 Background Color

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

This div background color is #daf281


#daf281 Border Color

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

This div border color is #daf281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf281


Comments

No comments written yet.

Please login to write comment.