Color Hex Logo

#dbbf02 Color Hex

#DBBF02
(219,191,2)
0 Favorites   0 Comments

Color spaces of #dbbf02

RGB 2191912
HSL0.150.980.43
HSV52°99°86°
CMYK 0.000.130.99   0.14
XYZ47.855252.32617.6351
Yxy52.32610.44390.4853
Hunter Lab72.3368-8.500744.3777
CIE-Lab77.4754-5.139978.6909

#dbbf02 color RGB value is (219,191,2).

#dbbf02 hex color red value is 219, green value is 191 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dbbf02 hue: 0.15 , saturation: 0.98 and the lightness value of dbbf02 is 0.43.

The process color (four color CMYK) of #dbbf02 color hex is 0.00, 0.13, 0.99, 0.14. Web safe color of #dbbf02 is #cccc00. Color #dbbf02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 00000010
Octal 333 277 2
Decimal 219 191 2
Hex DB BF 2

RGB Percentages of Color #dbbf02

%53.16
%46.36
%0.49

CMYK Percentages of Color #dbbf02

%0
%13
%99
%14

Triadic Colors of #dbbf02

#dbbf02 #02dbbf #bf02db

Analogous Colors of #dbbf02

#dbbf02 #8bdb02 #db5302

Monochromatic Colors of #dbbf02

#dbbf02

Complementary Color

#dbbf02 #021edb

#dbbf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf02 Color CSS Codes

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

#dbbf02 Text Font Color

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

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


#dbbf02 Background Color

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

This div background color is #dbbf02


#dbbf02 Border Color

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

This div border color is #dbbf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf02


Comments

No comments written yet.

Please login to write comment.