Color Hex Logo

#ded00b Color Hex

#DED00B
(222,208,11)
0 Favorites   0 Comments

Color spaces of #ded00b

RGB 22220811
HSL0.160.910.46
HSV56°95°87°
CMYK 0.000.060.95   0.13
XYZ52.740560.66559.2465
Yxy60.66550.43000.4946
Hunter Lab77.8881-15.436047.4830
CIE-Lab82.1986-12.399081.3984

#ded00b color RGB value is (222,208,11).

#ded00b hex color red value is 222, green value is 208 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ded00b hue: 0.16 , saturation: 0.91 and the lightness value of ded00b is 0.46.

The process color (four color CMYK) of #ded00b color hex is 0.00, 0.06, 0.95, 0.13. Web safe color of #ded00b is #cccc00. Color #ded00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 00001011
Octal 336 320 13
Decimal 222 208 11
Hex DE D0 B

RGB Percentages of Color #ded00b

%50.34
%47.17
%2.49

CMYK Percentages of Color #ded00b

%0
%6
%95
%13

Triadic Colors of #ded00b

#ded00b #0bded0 #d00bde

Analogous Colors of #ded00b

#ded00b #83de0b #de670b

Monochromatic Colors of #ded00b

#ded00b

Complementary Color

#ded00b #0b19de

#ded00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded00b Color CSS Codes

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

#ded00b Text Font Color

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

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


#ded00b Background Color

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

This div background color is #ded00b


#ded00b Border Color

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

This div border color is #ded00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded00b


Comments

No comments written yet.

Please login to write comment.