Color Hex Logo

#dec378 Color Hex

#DEC378
(222,195,120)
0 Favorites   0 Comments

Color spaces of #dec378

RGB 222195120
HSL0.120.610.67
HSV44°46°87°
CMYK 0.000.120.46   0.13
XYZ53.029555.915925.7672
Yxy55.91590.39360.4151
Hunter Lab74.7769-4.272931.9133
CIE-Lab79.5659-0.302241.0605

#dec378 color RGB value is (222,195,120).

#dec378 hex color red value is 222, green value is 195 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dec378 hue: 0.12 , saturation: 0.61 and the lightness value of dec378 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01111000
Octal 336 303 170
Decimal 222 195 120
Hex DE C3 78

RGB Percentages of Color #dec378

%41.34
%36.31
%22.35

CMYK Percentages of Color #dec378

%0
%12
%46
%13

Triadic Colors of #dec378

#dec378 #78dec3 #c378de

Analogous Colors of #dec378

#dec378 #c6de78 #de9078

Monochromatic Colors of #dec378

#dec378

Complementary Color

#dec378 #7893de

#dec378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec378 Color CSS Codes

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

#dec378 Text Font Color

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

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


#dec378 Background Color

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

This div background color is #dec378


#dec378 Border Color

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

This div border color is #dec378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec378


Comments

No comments written yet.

Please login to write comment.