Color Hex Logo

#daf373 Color Hex

#DAF373
(218,243,115)
0 Favorites   0 Comments

Color spaces of #daf373

RGB 218243115
HSL0.200.840.70
HSV72°53°95°
CMYK 0.100.000.53   0.05
XYZ64.058580.244428.3321
Yxy80.24440.37110.4648
Hunter Lab89.5792-29.117543.9532
CIE-Lab91.7944-26.252458.1685

#daf373 color RGB value is (218,243,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01110011
Octal 332 363 163
Decimal 218 243 115
Hex DA F3 73

RGB Percentages of Color #daf373

%37.85
%42.19
%19.97

CMYK Percentages of Color #daf373

%10
%0
%53
%5

Triadic Colors of #daf373

#daf373 #73daf3 #f373da

Analogous Colors of #daf373

#daf373 #9af373 #f3cc73

Monochromatic Colors of #daf373

#daf373

Complementary Color

#daf373 #8c73f3

#daf373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf373 Color CSS Codes

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

#daf373 Text Font Color

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

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


#daf373 Background Color

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

This div background color is #daf373


#daf373 Border Color

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

This div border color is #daf373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf373


Comments

No comments written yet.

Please login to write comment.