color codes Logo

#dadf58 color codes

#DADF58
(218,223,88)
0 Favorites   0 Comments

Color spaces of #dadf58

RGB 21822388
HSL0.170.680.61
HSV62°61°87°
CMYK 0.020.000.61   0.13
XYZ57.062668.385419.4247
Yxy68.38540.39390.4720
Hunter Lab82.6955-21.546243.9599
CIE-Lab86.1988-18.710963.6161

#dadf58 color RGB value is (218,223,88).

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

The process color (four color CMYK) of #dadf58 color code is 0.02, 0.00, 0.61, 0.13. Web safe color of #dadf58 is #cccc66. Color #dadf58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01011000
Octal 332 337 130
Decimal 218 223 88
Hex DA DF 58

RGB Percentages of Color #dadf58

%41.21
%42.16
%16.64

CMYK Percentages of Color #dadf58

%2
%0
%61
%13

Triadic Colors of #dadf58

#dadf58 #58dadf #df58da

Analogous Colors of #dadf58

#dadf58 #97df58 #dfa158

Monochromatic Colors of #dadf58

#dadf58

Complementary Color

#dadf58 #5d58df

#dadf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf58 Color CSS Codes

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

#dadf58 Text Font Color

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

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


#dadf58 Background Color

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

This div background color is #dadf58


#dadf58 Border Color

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

This div border color is #dadf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf58


Comments

No comments written yet.

Please login to write comment.