Color Hex Logo

#daf85c Color Hex

#DAF85C
(218,248,92)
0 Favorites   0 Comments

Color spaces of #daf85c

RGB 21824892
HSL0.200.920.67
HSV72°63°97°
CMYK 0.120.000.63   0.03
XYZ64.412682.812922.7148
Yxy82.81290.37900.4873
Hunter Lab91.0016-32.907248.9018
CIE-Lab92.9325-30.351569.1978

#daf85c color RGB value is (218,248,92).

#daf85c hex color red value is 218, green value is 248 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #daf85c hue: 0.20 , saturation: 0.92 and the lightness value of daf85c is 0.67.

The process color (four color CMYK) of #daf85c color hex is 0.12, 0.00, 0.63, 0.03. Web safe color of #daf85c is #ccff66. Color #daf85c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 01011100
Octal 332 370 134
Decimal 218 248 92
Hex DA F8 5C

RGB Percentages of Color #daf85c

%39.07
%44.44
%16.49

CMYK Percentages of Color #daf85c

%12
%0
%63
%3

Triadic Colors of #daf85c

#daf85c #5cdaf8 #f85cda

Analogous Colors of #daf85c

#daf85c #8cf85c #f8c85c

Monochromatic Colors of #daf85c

#daf85c

Complementary Color

#daf85c #7a5cf8

#daf85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf85c Color CSS Codes

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

#daf85c Text Font Color

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

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


#daf85c Background Color

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

This div background color is #daf85c


#daf85c Border Color

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

This div border color is #daf85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf85c


Comments

No comments written yet.

Please login to write comment.