Color Hex Logo

#dbdc01 Color Hex

#DBDC01
(219,220,1)
2 Favorites   0 Comments

Color spaces of #dbdc01

RGB 2192201
HSL0.170.990.43
HSV60°100°86°
CMYK 0.000.001.00   0.14
XYZ54.812166.24879.9271
Yxy66.24870.41850.5058
Hunter Lab81.3933-22.232349.7440
CIE-Lab85.1231-19.694184.3347

#dbdc01 color RGB value is (219,220,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 00000001
Octal 333 334 1
Decimal 219 220 1
Hex DB DC 1

RGB Percentages of Color #dbdc01

%49.77
%50.00
%0.23

CMYK Percentages of Color #dbdc01

%0
%0
%100
%14

Triadic Colors of #dbdc01

#dbdc01 #01dbdc #dc01db

Analogous Colors of #dbdc01

#dbdc01 #6edc01 #dc7001

Monochromatic Colors of #dbdc01

#dbdc01

Complementary Color

#dbdc01 #0201dc

#dbdc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc01 Color CSS Codes

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

#dbdc01 Text Font Color

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

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


#dbdc01 Background Color

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

This div background color is #dbdc01


#dbdc01 Border Color

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

This div border color is #dbdc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc01


Comments

No comments written yet.

Please login to write comment.