Color Hex Logo

#daf331 Color Hex

#DAF331
(218,243,49)
0 Favorites   0 Comments

Color spaces of #daf331

RGB 21824349
HSL0.190.890.57
HSV68°80°95°
CMYK 0.100.000.80   0.05
XYZ61.518479.228414.9560
Yxy79.22840.39510.5088
Hunter Lab89.0103-32.400052.3450
CIE-Lab91.3375-30.155781.8721

#daf331 color RGB value is (218,243,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00110001
Octal 332 363 61
Decimal 218 243 49
Hex DA F3 31

RGB Percentages of Color #daf331

%42.75
%47.65
%9.61

CMYK Percentages of Color #daf331

%10
%0
%80
%5

Triadic Colors of #daf331

#daf331 #31daf3 #f331da

Analogous Colors of #daf331

#daf331 #79f331 #f3ab31

Monochromatic Colors of #daf331

#daf331

Complementary Color

#daf331 #4a31f3

#daf331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf331 Color CSS Codes

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

#daf331 Text Font Color

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

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


#daf331 Background Color

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

This div background color is #daf331


#daf331 Border Color

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

This div border color is #daf331


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,243,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 #daf331">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf331


Comments

No comments written yet.

Please login to write comment.