Color Hex Logo

#daf081 Color Hex

#DAF081
(218,240,129)
0 Favorites   0 Comments

Color spaces of #daf081

RGB 218240129
HSL0.200.790.72
HSV72°46°94°
CMYK 0.090.000.46   0.06
XYZ64.036078.810632.6058
Yxy78.81060.36500.4492
Hunter Lab88.7753-26.600140.3664
CIE-Lab91.1485-23.519750.9330

#daf081 color RGB value is (218,240,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 10000001
Octal 332 360 201
Decimal 218 240 129
Hex DA F0 81

RGB Percentages of Color #daf081

%37.14
%40.89
%21.98

CMYK Percentages of Color #daf081

%9
%0
%46
%6

Triadic Colors of #daf081

#daf081 #81daf0 #f081da

Analogous Colors of #daf081

#daf081 #a3f081 #f0cf81

Monochromatic Colors of #daf081

#daf081

Complementary Color

#daf081 #9781f0

#daf081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf081 Color CSS Codes

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

#daf081 Text Font Color

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

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


#daf081 Background Color

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

This div background color is #daf081


#daf081 Border Color

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

This div border color is #daf081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf081


Comments

No comments written yet.

Please login to write comment.