Color Hex Logo

#ded727 Color Hex

#DED727
(222,215,39)
0 Favorites   0 Comments

Color spaces of #ded727

RGB 22221539
HSL0.160.730.51
HSV58°82°87°
CMYK 0.000.030.82   0.13
XYZ54.790864.277011.4384
Yxy64.27700.41980.4925
Hunter Lab80.1729-18.314447.6621
CIE-Lab84.1098-15.380278.2336

#ded727 color RGB value is (222,215,39).

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

The process color (four color CMYK) of #ded727 color hex is 0.00, 0.03, 0.82, 0.13. Web safe color of #ded727 is #cccc33. Color #ded727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 00100111
Octal 336 327 47
Decimal 222 215 39
Hex DE D7 27

RGB Percentages of Color #ded727

%46.64
%45.17
%8.19

CMYK Percentages of Color #ded727

%0
%3
%82
%13

Triadic Colors of #ded727

#ded727 #27ded7 #d727de

Analogous Colors of #ded727

#ded727 #8ade27 #de7c27

Monochromatic Colors of #ded727

#ded727

Complementary Color

#ded727 #272ede

#ded727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded727 Color CSS Codes

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

#ded727 Text Font Color

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

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


#ded727 Background Color

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

This div background color is #ded727


#ded727 Border Color

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

This div border color is #ded727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded727


Comments

No comments written yet.

Please login to write comment.