Color Hex Logo

#daf483 Color Hex

#DAF483
(218,244,131)
0 Favorites   0 Comments

Color spaces of #daf483

RGB 218244131
HSL0.210.840.74
HSV74°46°96°
CMYK 0.110.000.46   0.04
XYZ65.360981.245533.7098
Yxy81.24550.36250.4506
Hunter Lab90.1363-28.302140.9217
CIE-Lab92.2408-25.225551.3229

#daf483 color RGB value is (218,244,131).

#daf483 hex color red value is 218, green value is 244 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #daf483 hue: 0.21 , saturation: 0.84 and the lightness value of daf483 is 0.74.

The process color (four color CMYK) of #daf483 color hex is 0.11, 0.00, 0.46, 0.04. Web safe color of #daf483 is #ccff99. Color #daf483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 10000011
Octal 332 364 203
Decimal 218 244 131
Hex DA F4 83

RGB Percentages of Color #daf483

%36.76
%41.15
%22.09

CMYK Percentages of Color #daf483

%11
%0
%46
%4

Triadic Colors of #daf483

#daf483 #83daf4 #f483da

Analogous Colors of #daf483

#daf483 #a2f483 #f4d683

Monochromatic Colors of #daf483

#daf483

Complementary Color

#daf483 #9d83f4

#daf483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf483 Color CSS Codes

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

#daf483 Text Font Color

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

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


#daf483 Background Color

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

This div background color is #daf483


#daf483 Border Color

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

This div border color is #daf483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf483


Comments

No comments written yet.

Please login to write comment.