Color Hex Logo

#dfbb02 Color Hex

#DFBB02
(223,187,2)
0 Favorites   0 Comments

Color spaces of #dfbb02

RGB 2231872
HSL0.140.980.44
HSV50°99°87°
CMYK 0.000.160.99   0.13
XYZ48.212751.23307.4053
Yxy51.23300.45120.4795
Hunter Lab71.5772-5.026943.9700
CIE-Lab76.8199-1.326478.3966

#dfbb02 color RGB value is (223,187,2).

#dfbb02 hex color red value is 223, green value is 187 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dfbb02 hue: 0.14 , saturation: 0.98 and the lightness value of dfbb02 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 00000010
Octal 337 273 2
Decimal 223 187 2
Hex DF BB 2

RGB Percentages of Color #dfbb02

%54.13
%45.39
%0.49

CMYK Percentages of Color #dfbb02

%0
%16
%99
%13

Triadic Colors of #dfbb02

#dfbb02 #02dfbb #bb02df

Analogous Colors of #dfbb02

#dfbb02 #95df02 #df4d02

Monochromatic Colors of #dfbb02

#dfbb02

Complementary Color

#dfbb02 #0226df

#dfbb02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb02 Color CSS Codes

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

#dfbb02 Text Font Color

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

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


#dfbb02 Background Color

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

This div background color is #dfbb02


#dfbb02 Border Color

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

This div border color is #dfbb02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb02

#dfbb02 Color Palettes


Comments

No comments written yet.

Please login to write comment.