Color Hex Logo

#dec366 Color Hex

#DEC366
(222,195,102)
0 Favorites   0 Comments

Color spaces of #dec366

RGB 222195102
HSL0.130.650.64
HSV47°54°87°
CMYK 0.000.120.54   0.13
XYZ52.037655.519120.5440
Yxy55.51910.40620.4334
Hunter Lab74.5111-5.732435.8105
CIE-Lab79.3393-1.908149.6672

#dec366 color RGB value is (222,195,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01100110
Octal 336 303 146
Decimal 222 195 102
Hex DE C3 66

RGB Percentages of Color #dec366

%42.77
%37.57
%19.65

CMYK Percentages of Color #dec366

%0
%12
%54
%13

Triadic Colors of #dec366

#dec366 #66dec3 #c366de

Analogous Colors of #dec366

#dec366 #bdde66 #de8766

Monochromatic Colors of #dec366

#dec366

Complementary Color

#dec366 #6681de

#dec366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec366 Color CSS Codes

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

#dec366 Text Font Color

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

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


#dec366 Background Color

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

This div background color is #dec366


#dec366 Border Color

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

This div border color is #dec366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec366


Comments

No comments written yet.

Please login to write comment.