Color Hex Logo

#dbd952 Color Hex

#DBD952
(219,217,82)
0 Favorites   0 Comments

Color spaces of #dbd952

RGB 21921782
HSL0.160.660.59
HSV59°63°86°
CMYK 0.000.010.63   0.14
XYZ55.549365.295017.6581
Yxy65.29500.40110.4714
Hunter Lab80.8053-18.700243.6073
CIE-Lab84.6355-15.734964.4430

#dbd952 color RGB value is (219,217,82).

#dbd952 hex color red value is 219, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dbd952 hue: 0.16 , saturation: 0.66 and the lightness value of dbd952 is 0.59.

The process color (four color CMYK) of #dbd952 color hex is 0.00, 0.01, 0.63, 0.14. Web safe color of #dbd952 is #cccc66. Color #dbd952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01010010
Octal 333 331 122
Decimal 219 217 82
Hex DB D9 52

RGB Percentages of Color #dbd952

%42.28
%41.89
%15.83

CMYK Percentages of Color #dbd952

%0
%1
%63
%14

Triadic Colors of #dbd952

#dbd952 #52dbd9 #d952db

Analogous Colors of #dbd952

#dbd952 #99db52 #db9552

Monochromatic Colors of #dbd952

#dbd952

Complementary Color

#dbd952 #5254db

#dbd952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd952 Color CSS Codes

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

#dbd952 Text Font Color

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

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


#dbd952 Background Color

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

This div background color is #dbd952


#dbd952 Border Color

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

This div border color is #dbd952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd952


Comments

No comments written yet.

Please login to write comment.