Color Hex Logo

#dec351 Color Hex

#DEC351
(222,195,81)
0 Favorites   0 Comments

Color spaces of #dec351

RGB 22219581
HSL0.130.680.59
HSV49°64°87°
CMYK 0.000.120.64   0.13
XYZ51.124555.153915.7358
Yxy55.15390.41900.4520
Hunter Lab74.2657-7.085539.4233
CIE-Lab79.1298-3.411659.0612

#dec351 color RGB value is (222,195,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01010001
Octal 336 303 121
Decimal 222 195 81
Hex DE C3 51

RGB Percentages of Color #dec351

%44.58
%39.16
%16.27

CMYK Percentages of Color #dec351

%0
%12
%64
%13

Triadic Colors of #dec351

#dec351 #51dec3 #c351de

Analogous Colors of #dec351

#dec351 #b3de51 #de7d51

Monochromatic Colors of #dec351

#dec351

Complementary Color

#dec351 #516cde

#dec351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec351 Color CSS Codes

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

#dec351 Text Font Color

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

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


#dec351 Background Color

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

This div background color is #dec351


#dec351 Border Color

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

This div border color is #dec351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec351


Comments

No comments written yet.

Please login to write comment.