Color Hex Logo

#daf380 Color Hex

#DAF380
(218,243,128)
0 Favorites   0 Comments

Color spaces of #daf380

RGB 218243128
HSL0.200.830.73
HSV73°47°95°
CMYK 0.100.000.47   0.05
XYZ64.860380.565132.5542
Yxy80.56510.36440.4527
Hunter Lab89.7581-28.090341.3269
CIE-Lab91.9378-25.049152.3645

#daf380 color RGB value is (218,243,128).

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

The process color (four color CMYK) of #daf380 color hex is 0.10, 0.00, 0.47, 0.05. Web safe color of #daf380 is #ccff99. Color #daf380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 10000000
Octal 332 363 200
Decimal 218 243 128
Hex DA F3 80

RGB Percentages of Color #daf380

%37.01
%41.26
%21.73

CMYK Percentages of Color #daf380

%10
%0
%47
%5

Triadic Colors of #daf380

#daf380 #80daf3 #f380da

Analogous Colors of #daf380

#daf380 #a1f380 #f3d380

Monochromatic Colors of #daf380

#daf380

Complementary Color

#daf380 #9980f3

#daf380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf380 Color CSS Codes

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

#daf380 Text Font Color

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

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


#daf380 Background Color

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

This div background color is #daf380


#daf380 Border Color

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

This div border color is #daf380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf380


Comments

No comments written yet.

Please login to write comment.