Color Hex Logo

#ded71b Color Hex

#DED71B
(222,215,27)
0 Favorites   0 Comments

Color spaces of #ded71b

RGB 22221527
HSL0.160.780.49
HSV58°88°87°
CMYK 0.000.030.88   0.13
XYZ54.622564.209610.5517
Yxy64.20960.42220.4963
Hunter Lab80.1309-18.551748.2843
CIE-Lab84.0748-15.655880.6776

#ded71b color RGB value is (222,215,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 00011011
Octal 336 327 33
Decimal 222 215 27
Hex DE D7 1B

RGB Percentages of Color #ded71b

%47.84
%46.34
%5.82

CMYK Percentages of Color #ded71b

%0
%3
%88
%13

Triadic Colors of #ded71b

#ded71b #1bded7 #d71bde

Analogous Colors of #ded71b

#ded71b #84de1b #de761b

Monochromatic Colors of #ded71b

#ded71b

Complementary Color

#ded71b #1b22de

#ded71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded71b Color CSS Codes

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

#ded71b Text Font Color

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

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


#ded71b Background Color

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

This div background color is #ded71b


#ded71b Border Color

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

This div border color is #ded71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded71b


Comments

No comments written yet.

Please login to write comment.