Color Hex Logo

#dbcb34 Color Hex

#DBCB34
(219,203,52)
0 Favorites   0 Comments

Color spaces of #dbcb34

RGB 21920352
HSL0.150.700.53
HSV54°76°86°
CMYK 0.000.070.76   0.14
XYZ51.189258.019911.7498
Yxy58.01990.42320.4797
Hunter Lab76.1708-13.341244.1737
CIE-Lab80.7499-10.223071.5919

#dbcb34 color RGB value is (219,203,52).

#dbcb34 hex color red value is 219, green value is 203 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dbcb34 hue: 0.15 , saturation: 0.70 and the lightness value of dbcb34 is 0.53.

The process color (four color CMYK) of #dbcb34 color hex is 0.00, 0.07, 0.76, 0.14. Web safe color of #dbcb34 is #cccc33. Color #dbcb34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00110100
Octal 333 313 64
Decimal 219 203 52
Hex DB CB 34

RGB Percentages of Color #dbcb34

%46.20
%42.83
%10.97

CMYK Percentages of Color #dbcb34

%0
%7
%76
%14

Triadic Colors of #dbcb34

#dbcb34 #34dbcb #cb34db

Analogous Colors of #dbcb34

#dbcb34 #98db34 #db7834

Monochromatic Colors of #dbcb34

#dbcb34

Complementary Color

#dbcb34 #3444db

#dbcb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb34 Color CSS Codes

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

#dbcb34 Text Font Color

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

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


#dbcb34 Background Color

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

This div background color is #dbcb34


#dbcb34 Border Color

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

This div border color is #dbcb34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb34


Comments

No comments written yet.

Please login to write comment.