Color Hex Logo

#dadf1e Color Hex

#DADF1E
(218,223,30)
0 Favorites   0 Comments

Color spaces of #dadf1e

RGB 21822330
HSL0.170.760.50
HSV62°87°87°
CMYK 0.020.000.87   0.13
XYZ55.535567.774511.3831
Yxy67.77450.41230.5032
Hunter Lab82.3253-23.655649.4297
CIE-Lab85.8936-21.192181.4614

#dadf1e color RGB value is (218,223,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 00011110
Octal 332 337 36
Decimal 218 223 30
Hex DA DF 1E

RGB Percentages of Color #dadf1e

%46.28
%47.35
%6.37

CMYK Percentages of Color #dadf1e

%2
%0
%87
%13

Triadic Colors of #dadf1e

#dadf1e #1edadf #df1eda

Analogous Colors of #dadf1e

#dadf1e #7adf1e #df841e

Monochromatic Colors of #dadf1e

#dadf1e

Complementary Color

#dadf1e #231edf

#dadf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf1e Color CSS Codes

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

#dadf1e Text Font Color

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

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


#dadf1e Background Color

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

This div background color is #dadf1e


#dadf1e Border Color

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

This div border color is #dadf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf1e


Comments

No comments written yet.

Please login to write comment.