Color Hex Logo

#dbd018 Color Hex

#DBD018
(219,208,24)
0 Favorites   0 Comments

Color spaces of #dbd018

RGB 21920824
HSL0.160.800.48
HSV57°89°86°
CMYK 0.000.050.89   0.14
XYZ51.934260.23789.7540
Yxy60.23780.42590.4941
Hunter Lab77.6130-16.380846.8779
CIE-Lab81.9673-13.506579.4198

#dbd018 color RGB value is (219,208,24).

#dbd018 hex color red value is 219, green value is 208 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dbd018 hue: 0.16 , saturation: 0.80 and the lightness value of dbd018 is 0.48.

The process color (four color CMYK) of #dbd018 color hex is 0.00, 0.05, 0.89, 0.14. Web safe color of #dbd018 is #cccc00. Color #dbd018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 00011000
Octal 333 320 30
Decimal 219 208 24
Hex DB D0 18

RGB Percentages of Color #dbd018

%48.56
%46.12
%5.32

CMYK Percentages of Color #dbd018

%0
%5
%89
%14

Triadic Colors of #dbd018

#dbd018 #18dbd0 #d018db

Analogous Colors of #dbd018

#dbd018 #85db18 #db6f18

Monochromatic Colors of #dbd018

#dbd018

Complementary Color

#dbd018 #1823db

#dbd018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd018 Color CSS Codes

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

#dbd018 Text Font Color

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

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


#dbd018 Background Color

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

This div background color is #dbd018


#dbd018 Border Color

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

This div border color is #dbd018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd018


Comments

No comments written yet.

Please login to write comment.