Color Hex Logo

#dadf33 Color Hex

#DADF33
(218,223,51)
0 Favorites   0 Comments

Color spaces of #dadf33

RGB 21822351
HSL0.170.730.54
HSV62°77°87°
CMYK 0.020.000.77   0.13
XYZ55.898767.919813.2956
Yxy67.91980.40770.4954
Hunter Lab82.4135-23.152148.1243
CIE-Lab85.9663-20.596576.5810

#dadf33 color RGB value is (218,223,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 00110011
Octal 332 337 63
Decimal 218 223 51
Hex DA DF 33

RGB Percentages of Color #dadf33

%44.31
%45.33
%10.37

CMYK Percentages of Color #dadf33

%2
%0
%77
%13

Triadic Colors of #dadf33

#dadf33 #33dadf #df33da

Analogous Colors of #dadf33

#dadf33 #84df33 #df8e33

Monochromatic Colors of #dadf33

#dadf33

Complementary Color

#dadf33 #3833df

#dadf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf33 Color CSS Codes

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

#dadf33 Text Font Color

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

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


#dadf33 Background Color

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

This div background color is #dadf33


#dadf33 Border Color

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

This div border color is #dadf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf33


Comments

No comments written yet.

Please login to write comment.