Color Hex Logo

#dec750 Color Hex

#DEC750
(222,199,80)
0 Favorites   0 Comments

Color spaces of #dec750

RGB 22219980
HSL0.140.680.59
HSV50°64°87°
CMYK 0.000.100.64   0.13
XYZ51.995656.955615.8425
Yxy56.95560.41670.4564
Hunter Lab75.4689-9.090040.3820
CIE-Lab80.1546-5.532360.5914

#dec750 color RGB value is (222,199,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01010000
Octal 336 307 120
Decimal 222 199 80
Hex DE C7 50

RGB Percentages of Color #dec750

%44.31
%39.72
%15.97

CMYK Percentages of Color #dec750

%0
%10
%64
%13

Triadic Colors of #dec750

#dec750 #50dec7 #c750de

Analogous Colors of #dec750

#dec750 #aede50 #de8050

Monochromatic Colors of #dec750

#dec750

Complementary Color

#dec750 #5067de

#dec750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec750 Color CSS Codes

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

#dec750 Text Font Color

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

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


#dec750 Background Color

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

This div background color is #dec750


#dec750 Border Color

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

This div border color is #dec750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec750


Comments

No comments written yet.

Please login to write comment.