Color Hex Logo

#dede7b Color Hex

#DEDE7B
(222,222,123)
0 Favorites   0 Comments

Color spaces of #dede7b

RGB 222222123
HSL0.170.600.68
HSV60°45°87°
CMYK 0.000.000.45   0.13
XYZ59.820669.202228.9434
Yxy69.20220.37870.4381
Hunter Lab83.1879-17.219037.6028
CIE-Lab86.6041-13.768948.3079

#dede7b color RGB value is (222,222,123).

#dede7b hex color red value is 222, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dede7b hue: 0.17 , saturation: 0.60 and the lightness value of dede7b is 0.68.

The process color (four color CMYK) of #dede7b color hex is 0.00, 0.00, 0.45, 0.13. Web safe color of #dede7b is #cccc66. Color #dede7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 01111011
Octal 336 336 173
Decimal 222 222 123
Hex DE DE 7B

RGB Percentages of Color #dede7b

%39.15
%39.15
%21.69

CMYK Percentages of Color #dede7b

%0
%0
%45
%13

Triadic Colors of #dede7b

#dede7b #7bdede #de7bde

Analogous Colors of #dede7b

#dede7b #adde7b #dead7b

Monochromatic Colors of #dede7b

#dede7b

Complementary Color

#dede7b #7b7bde

#dede7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dede7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dede7b Color CSS Codes

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

#dede7b Text Font Color

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

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


#dede7b Background Color

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

This div background color is #dede7b


#dede7b Border Color

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

This div border color is #dede7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dede7b


Comments

No comments written yet.

Please login to write comment.