Color Hex Logo

#daf35c Color Hex

#DAF35C
(218,243,92)
0 Favorites   0 Comments

Color spaces of #daf35c

RGB 21824392
HSL0.190.860.66
HSV70°62°95°
CMYK 0.100.000.62   0.05
XYZ62.895879.779322.2092
Yxy79.77930.38150.4839
Hunter Lab89.3193-30.614647.7810
CIE-Lab91.5857-28.021467.7625

#daf35c color RGB value is (218,243,92).

#daf35c hex color red value is 218, green value is 243 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #daf35c hue: 0.19 , saturation: 0.86 and the lightness value of daf35c is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01011100
Octal 332 363 134
Decimal 218 243 92
Hex DA F3 5C

RGB Percentages of Color #daf35c

%39.42
%43.94
%16.64

CMYK Percentages of Color #daf35c

%10
%0
%62
%5

Triadic Colors of #daf35c

#daf35c #5cdaf3 #f35cda

Analogous Colors of #daf35c

#daf35c #8ff35c #f3c15c

Monochromatic Colors of #daf35c

#daf35c

Complementary Color

#daf35c #755cf3

#daf35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf35c Color CSS Codes

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

#daf35c Text Font Color

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

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


#daf35c Background Color

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

This div background color is #daf35c


#daf35c Border Color

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

This div border color is #daf35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf35c


Comments

No comments written yet.

Please login to write comment.