Color Hex Logo

#daf476 Color Hex

#DAF476
(218,244,118)
0 Favorites   0 Comments

Color spaces of #daf476

RGB 218244118
HSL0.200.850.71
HSV72°52°96°
CMYK 0.110.000.52   0.04
XYZ64.534180.914829.3563
Yxy80.91480.36920.4629
Hunter Lab89.9527-29.357143.6174
CIE-Lab92.0938-26.460557.1642

#daf476 color RGB value is (218,244,118).

#daf476 hex color red value is 218, green value is 244 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #daf476 hue: 0.20 , saturation: 0.85 and the lightness value of daf476 is 0.71.

The process color (four color CMYK) of #daf476 color hex is 0.11, 0.00, 0.52, 0.04. Web safe color of #daf476 is #ccff66. Color #daf476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 01110110
Octal 332 364 166
Decimal 218 244 118
Hex DA F4 76

RGB Percentages of Color #daf476

%37.59
%42.07
%20.34

CMYK Percentages of Color #daf476

%11
%0
%52
%4

Triadic Colors of #daf476

#daf476 #76daf4 #f476da

Analogous Colors of #daf476

#daf476 #9bf476 #f4cf76

Monochromatic Colors of #daf476

#daf476

Complementary Color

#daf476 #9076f4

#daf476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf476 Color CSS Codes

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

#daf476 Text Font Color

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

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


#daf476 Background Color

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

This div background color is #daf476


#daf476 Border Color

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

This div border color is #daf476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf476


Comments

No comments written yet.

Please login to write comment.