Color Hex Logo

#dbd258 Color Hex

#DBD258
(219,210,88)
0 Favorites   0 Comments

Color spaces of #dbd258

RGB 21921088
HSL0.160.650.60
HSV56°60°86°
CMYK 0.000.040.60   0.14
XYZ54.021561.857818.3250
Yxy61.85780.40250.4609
Hunter Lab78.6497-15.032241.2405
CIE-Lab82.8377-11.854059.9873

#dbd258 color RGB value is (219,210,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01011000
Octal 333 322 130
Decimal 219 210 88
Hex DB D2 58

RGB Percentages of Color #dbd258

%42.36
%40.62
%17.02

CMYK Percentages of Color #dbd258

%0
%4
%60
%14

Triadic Colors of #dbd258

#dbd258 #58dbd2 #d258db

Analogous Colors of #dbd258

#dbd258 #a3db58 #db9158

Monochromatic Colors of #dbd258

#dbd258

Complementary Color

#dbd258 #5861db

#dbd258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd258 Color CSS Codes

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

#dbd258 Text Font Color

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

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


#dbd258 Background Color

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

This div background color is #dbd258


#dbd258 Border Color

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

This div border color is #dbd258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd258


Comments

No comments written yet.

Please login to write comment.