Color Hex Logo

#daf932 Color Hex

#DAF932
(218,249,50)
0 Favorites   0 Comments

Color spaces of #daf932

RGB 21824950
HSL0.190.940.59
HSV69°80°98°
CMYK 0.120.000.80   0.02
XYZ63.364882.887115.6767
Yxy82.88710.39130.5119
Hunter Lab91.0424-35.089453.5204
CIE-Lab92.9650-32.886183.0465

#daf932 color RGB value is (218,249,50).

#daf932 hex color red value is 218, green value is 249 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #daf932 hue: 0.19 , saturation: 0.94 and the lightness value of daf932 is 0.59.

The process color (four color CMYK) of #daf932 color hex is 0.12, 0.00, 0.80, 0.02. Web safe color of #daf932 is #ccff33. Color #daf932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00110010
Octal 332 371 62
Decimal 218 249 50
Hex DA F9 32

RGB Percentages of Color #daf932

%42.17
%48.16
%9.67

CMYK Percentages of Color #daf932

%12
%0
%80
%2

Triadic Colors of #daf932

#daf932 #32daf9 #f932da

Analogous Colors of #daf932

#daf932 #77f932 #f9b532

Monochromatic Colors of #daf932

#daf932

Complementary Color

#daf932 #5132f9

#daf932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf932 Color CSS Codes

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

#daf932 Text Font Color

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

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


#daf932 Background Color

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

This div background color is #daf932


#daf932 Border Color

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

This div border color is #daf932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf932


Comments

No comments written yet.

Please login to write comment.