Color Hex Logo

#dadb58 Color Hex

#DADB58
(218,219,88)
0 Favorites   0 Comments

Color spaces of #dadb58

RGB 21821988
HSL0.170.650.60
HSV60°60°86°
CMYK 0.000.000.60   0.14
XYZ56.006466.273019.0726
Yxy66.27300.39620.4689
Hunter Lab81.4082-19.661843.0951
CIE-Lab85.1355-16.746362.4673

#dadb58 color RGB value is (218,219,88).

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

The process color (four color CMYK) of #dadb58 color hex is 0.00, 0.00, 0.60, 0.14. Web safe color of #dadb58 is #cccc66. Color #dadb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01011000
Octal 332 333 130
Decimal 218 219 88
Hex DA DB 58

RGB Percentages of Color #dadb58

%41.52
%41.71
%16.76

CMYK Percentages of Color #dadb58

%0
%0
%60
%14

Triadic Colors of #dadb58

#dadb58 #58dadb #db58da

Analogous Colors of #dadb58

#dadb58 #99db58 #db9b58

Monochromatic Colors of #dadb58

#dadb58

Complementary Color

#dadb58 #5958db

#dadb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb58 Color CSS Codes

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

#dadb58 Text Font Color

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

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


#dadb58 Background Color

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

This div background color is #dadb58


#dadb58 Border Color

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

This div border color is #dadb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb58


Comments

No comments written yet.

Please login to write comment.