Color Hex Logo

#daf147 Color Hex

#DAF147
(218,241,71)
0 Favorites   0 Comments

Color spaces of #daf147

RGB 21824171
HSL0.190.860.61
HSV68°71°95°
CMYK 0.100.000.71   0.05
XYZ61.506178.271017.8273
Yxy78.27100.39030.4966
Hunter Lab88.4709-30.728649.9824
CIE-Lab90.9034-28.313474.9025

#daf147 color RGB value is (218,241,71).

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

The process color (four color CMYK) of #daf147 color hex is 0.10, 0.00, 0.71, 0.05. Web safe color of #daf147 is #ccff33. Color #daf147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01000111
Octal 332 361 107
Decimal 218 241 71
Hex DA F1 47

RGB Percentages of Color #daf147

%41.13
%45.47
%13.40

CMYK Percentages of Color #daf147

%10
%0
%71
%5

Triadic Colors of #daf147

#daf147 #47daf1 #f147da

Analogous Colors of #daf147

#daf147 #85f147 #f1b347

Monochromatic Colors of #daf147

#daf147

Complementary Color

#daf147 #5e47f1

#daf147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf147 Color CSS Codes

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

#daf147 Text Font Color

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

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


#daf147 Background Color

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

This div background color is #daf147


#daf147 Border Color

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

This div border color is #daf147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf147


Comments

No comments written yet.

Please login to write comment.