Color Hex Logo

#ded34b Color Hex

#DED34B
(222,211,75)
0 Favorites   0 Comments

Color spaces of #ded34b

RGB 22221175
HSL0.150.690.58
HSV56°66°87°
CMYK 0.000.050.66   0.13
XYZ54.688562.626115.8623
Yxy62.62610.41060.4702
Hunter Lab79.1367-15.134243.5115
CIE-Lab83.2453-11.912965.8763

#ded34b color RGB value is (222,211,75).

#ded34b hex color red value is 222, green value is 211 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ded34b hue: 0.15 , saturation: 0.69 and the lightness value of ded34b is 0.58.

The process color (four color CMYK) of #ded34b color hex is 0.00, 0.05, 0.66, 0.13. Web safe color of #ded34b is #cccc33. Color #ded34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01001011
Octal 336 323 113
Decimal 222 211 75
Hex DE D3 4B

RGB Percentages of Color #ded34b

%43.70
%41.54
%14.76

CMYK Percentages of Color #ded34b

%0
%5
%66
%13

Triadic Colors of #ded34b

#ded34b #4bded3 #d34bde

Analogous Colors of #ded34b

#ded34b #a0de4b #de8a4b

Monochromatic Colors of #ded34b

#ded34b

Complementary Color

#ded34b #4b56de

#ded34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded34b Color CSS Codes

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

#ded34b Text Font Color

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

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


#ded34b Background Color

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

This div background color is #ded34b


#ded34b Border Color

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

This div border color is #ded34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded34b


Comments

No comments written yet.

Please login to write comment.