Color Hex Logo

#daf131 Color Hex

#DAF131
(218,241,49)
0 Favorites   0 Comments

Color spaces of #daf131

RGB 21824149
HSL0.190.870.57
HSV67°80°95°
CMYK 0.100.000.80   0.05
XYZ60.923178.037814.7575
Yxy78.03780.39630.5077
Hunter Lab88.3390-31.490551.9326
CIE-Lab90.7971-29.226181.3990

#daf131 color RGB value is (218,241,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 00110001
Octal 332 361 61
Decimal 218 241 49
Hex DA F1 31

RGB Percentages of Color #daf131

%42.91
%47.44
%9.65

CMYK Percentages of Color #daf131

%10
%0
%80
%5

Triadic Colors of #daf131

#daf131 #31daf1 #f131da

Analogous Colors of #daf131

#daf131 #7af131 #f1a831

Monochromatic Colors of #daf131

#daf131

Complementary Color

#daf131 #4831f1

#daf131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf131 Color CSS Codes

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

#daf131 Text Font Color

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

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


#daf131 Background Color

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

This div background color is #daf131


#daf131 Border Color

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

This div border color is #daf131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf131

Related Colors


Comments

No comments written yet.

Please login to write comment.