Color Hex Logo

#dadf31 Color Hex

#DADF31
(218,223,49)
0 Favorites   0 Comments

Color spaces of #dadf31

RGB 21822349
HSL0.170.730.53
HSV62°78°87°
CMYK 0.020.000.78   0.13
XYZ55.855567.902513.0683
Yxy67.90250.40820.4963
Hunter Lab82.4030-23.211948.2793
CIE-Lab85.9577-20.667177.1347

#dadf31 color RGB value is (218,223,49).

#dadf31 hex color red value is 218, green value is 223 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dadf31 hue: 0.17 , saturation: 0.73 and the lightness value of dadf31 is 0.53.

The process color (four color CMYK) of #dadf31 color hex is 0.02, 0.00, 0.78, 0.13. Web safe color of #dadf31 is #cccc33. Color #dadf31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 00110001
Octal 332 337 61
Decimal 218 223 49
Hex DA DF 31

RGB Percentages of Color #dadf31

%44.49
%45.51
%10.00

CMYK Percentages of Color #dadf31

%2
%0
%78
%13

Triadic Colors of #dadf31

#dadf31 #31dadf #df31da

Analogous Colors of #dadf31

#dadf31 #83df31 #df8d31

Monochromatic Colors of #dadf31

#dadf31

Complementary Color

#dadf31 #3631df

#dadf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf31 Color CSS Codes

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

#dadf31 Text Font Color

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

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


#dadf31 Background Color

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

This div background color is #dadf31


#dadf31 Border Color

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

This div border color is #dadf31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf31


Comments

No comments written yet.

Please login to write comment.