Color Hex Logo

#ded77b Color Hex

#DED77B
(222,215,123)
0 Favorites   0 Comments

Color spaces of #ded77b

RGB 222215123
HSL0.150.600.68
HSV56°45°87°
CMYK 0.000.030.45   0.13
XYZ57.999865.560528.3364
Yxy65.56050.38180.4316
Hunter Lab80.9694-13.833935.9292
CIE-Lab84.7717-10.263146.0540

#ded77b color RGB value is (222,215,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01111011
Octal 336 327 173
Decimal 222 215 123
Hex DE D7 7B

RGB Percentages of Color #ded77b

%39.64
%38.39
%21.96

CMYK Percentages of Color #ded77b

%0
%3
%45
%13

Triadic Colors of #ded77b

#ded77b #7bded7 #d77bde

Analogous Colors of #ded77b

#ded77b #b4de7b #dea67b

Monochromatic Colors of #ded77b

#ded77b

Complementary Color

#ded77b #7b82de

#ded77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded77b Color CSS Codes

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

#ded77b Text Font Color

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

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


#ded77b Background Color

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

This div background color is #ded77b


#ded77b Border Color

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

This div border color is #ded77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded77b


Comments

No comments written yet.

Please login to write comment.