Color Hex Logo

#ded74e Color Hex

#DED74E
(222,215,78)
0 Favorites   0 Comments

Color spaces of #ded74e

RGB 22221578
HSL0.160.690.59
HSV57°65°87°
CMYK 0.000.030.65   0.13
XYZ55.799864.680516.7514
Yxy64.68050.40660.4713
Hunter Lab80.4242-16.895743.9475
CIE-Lab84.3188-13.742465.7967

#ded74e color RGB value is (222,215,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01001110
Octal 336 327 116
Decimal 222 215 78
Hex DE D7 4E

RGB Percentages of Color #ded74e

%43.11
%41.75
%15.15

CMYK Percentages of Color #ded74e

%0
%3
%65
%13

Triadic Colors of #ded74e

#ded74e #4eded7 #d74ede

Analogous Colors of #ded74e

#ded74e #9dde4e #de8f4e

Monochromatic Colors of #ded74e

#ded74e

Complementary Color

#ded74e #4e55de

#ded74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded74e Color CSS Codes

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

#ded74e Text Font Color

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

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


#ded74e Background Color

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

This div background color is #ded74e


#ded74e Border Color

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

This div border color is #ded74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded74e


Comments

No comments written yet.

Please login to write comment.