Color Hex Logo

#daf172 Color Hex

#DAF172
(218,241,114)
0 Favorites   0 Comments

Color spaces of #daf172

RGB 218241114
HSL0.200.820.70
HSV71°53°95°
CMYK 0.100.000.53   0.05
XYZ63.406079.030927.8322
Yxy79.03090.37240.4642
Hunter Lab88.8993-28.261643.6673
CIE-Lab91.2483-25.391857.9823

#daf172 color RGB value is (218,241,114).

#daf172 hex color red value is 218, green value is 241 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #daf172 hue: 0.20 , saturation: 0.82 and the lightness value of daf172 is 0.70.

The process color (four color CMYK) of #daf172 color hex is 0.10, 0.00, 0.53, 0.05. Web safe color of #daf172 is #ccff66. Color #daf172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01110010
Octal 332 361 162
Decimal 218 241 114
Hex DA F1 72

RGB Percentages of Color #daf172

%38.05
%42.06
%19.90

CMYK Percentages of Color #daf172

%10
%0
%53
%5

Triadic Colors of #daf172

#daf172 #72daf1 #f172da

Analogous Colors of #daf172

#daf172 #9bf172 #f1c972

Monochromatic Colors of #daf172

#daf172

Complementary Color

#daf172 #8972f1

#daf172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf172 Color CSS Codes

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

#daf172 Text Font Color

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

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


#daf172 Background Color

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

This div background color is #daf172


#daf172 Border Color

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

This div border color is #daf172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf172


Comments

No comments written yet.

Please login to write comment.