Color Hex Logo

#dec323 Color Hex

#DEC323
(222,195,35)
0 Favorites   0 Comments

Color spaces of #dec323

RGB 22219535
HSL0.140.740.50
HSV51°84°87°
CMYK 0.000.120.84   0.13
XYZ49.942754.68129.5124
Yxy54.68120.43760.4791
Hunter Lab73.9467-8.850144.1357
CIE-Lab78.8573-5.394574.8028

#dec323 color RGB value is (222,195,35).

#dec323 hex color red value is 222, green value is 195 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dec323 hue: 0.14 , saturation: 0.74 and the lightness value of dec323 is 0.50.

The process color (four color CMYK) of #dec323 color hex is 0.00, 0.12, 0.84, 0.13. Web safe color of #dec323 is #cccc33. Color #dec323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00100011
Octal 336 303 43
Decimal 222 195 35
Hex DE C3 23

RGB Percentages of Color #dec323

%49.12
%43.14
%7.74

CMYK Percentages of Color #dec323

%0
%12
%84
%13

Triadic Colors of #dec323

#dec323 #23dec3 #c323de

Analogous Colors of #dec323

#dec323 #9cde23 #de6623

Monochromatic Colors of #dec323

#dec323

Complementary Color

#dec323 #233ede

#dec323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec323 Color CSS Codes

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

#dec323 Text Font Color

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

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


#dec323 Background Color

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

This div background color is #dec323


#dec323 Border Color

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

This div border color is #dec323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec323


Comments

No comments written yet.

Please login to write comment.