Color Hex Logo

#dec752 Color Hex

#DEC752
(222,199,82)
0 Favorites   0 Comments

Color spaces of #dec752

RGB 22219982
HSL0.140.680.60
HSV50°63°87°
CMYK 0.000.100.63   0.13
XYZ52.070656.985616.2376
Yxy56.98560.41560.4548
Hunter Lab75.4888-8.979840.0889
CIE-Lab80.1715-5.408559.7532

#dec752 color RGB value is (222,199,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01010010
Octal 336 307 122
Decimal 222 199 82
Hex DE C7 52

RGB Percentages of Color #dec752

%44.14
%39.56
%16.30

CMYK Percentages of Color #dec752

%0
%10
%63
%13

Triadic Colors of #dec752

#dec752 #52dec7 #c752de

Analogous Colors of #dec752

#dec752 #afde52 #de8152

Monochromatic Colors of #dec752

#dec752

Complementary Color

#dec752 #5269de

#dec752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec752 Color CSS Codes

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

#dec752 Text Font Color

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

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


#dec752 Background Color

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

This div background color is #dec752


#dec752 Border Color

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

This div border color is #dec752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec752


Comments

No comments written yet.

Please login to write comment.