Color Hex Logo

#dadb01 Color Hex

#DADB01
(218,219,1)
0 Favorites   0 Comments

Color spaces of #dadb01

RGB 2182191
HSL0.170.990.43
HSV60°100°86°
CMYK 0.000.001.00   0.14
XYZ54.250465.57079.8258
Yxy65.57070.41840.5058
Hunter Lab80.9757-22.119949.4886
CIE-Lab84.7770-19.628684.0451

#dadb01 color RGB value is (218,219,1).

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

The process color (four color CMYK) of #dadb01 color hex is 0.00, 0.00, 1.00, 0.14. Web safe color of #dadb01 is #cccc00. Color #dadb01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 00000001
Octal 332 333 1
Decimal 218 219 1
Hex DA DB 1

RGB Percentages of Color #dadb01

%49.77
%50.00
%0.23

CMYK Percentages of Color #dadb01

%0
%0
%100
%14

Triadic Colors of #dadb01

#dadb01 #01dadb #db01da

Analogous Colors of #dadb01

#dadb01 #6ddb01 #db6f01

Monochromatic Colors of #dadb01

#dadb01

Complementary Color

#dadb01 #0201db

#dadb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb01 Color CSS Codes

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

#dadb01 Text Font Color

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

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


#dadb01 Background Color

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

This div background color is #dadb01


#dadb01 Border Color

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

This div border color is #dadb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb01


Comments

No comments written yet.

Please login to write comment.