Color Hex Logo

#dfd81b Color Hex

#DFD81B
(223,216,27)
0 Favorites   0 Comments

Color spaces of #dfd81b

RGB 22321627
HSL0.160.780.49
HSV58°88°87°
CMYK 0.000.030.88   0.13
XYZ55.185164.878810.6512
Yxy64.87880.42220.4963
Hunter Lab80.5474-18.662948.5429
CIE-Lab84.4212-15.726980.9871

#dfd81b color RGB value is (223,216,27).

#dfd81b hex color red value is 223, green value is 216 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dfd81b hue: 0.16 , saturation: 0.78 and the lightness value of dfd81b is 0.49.

The process color (four color CMYK) of #dfd81b color hex is 0.00, 0.03, 0.88, 0.13. Web safe color of #dfd81b is #cccc33. Color #dfd81b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 00011011
Octal 337 330 33
Decimal 223 216 27
Hex DF D8 1B

RGB Percentages of Color #dfd81b

%47.85
%46.35
%5.79

CMYK Percentages of Color #dfd81b

%0
%3
%88
%13

Triadic Colors of #dfd81b

#dfd81b #1bdfd8 #d81bdf

Analogous Colors of #dfd81b

#dfd81b #84df1b #df761b

Monochromatic Colors of #dfd81b

#dfd81b

Complementary Color

#dfd81b #1b22df

#dfd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd81b Color CSS Codes

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

#dfd81b Text Font Color

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

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


#dfd81b Background Color

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

This div background color is #dfd81b


#dfd81b Border Color

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

This div border color is #dfd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd81b


Comments

No comments written yet.

Please login to write comment.