Color Hex Logo

#dec675 Color Hex

#DEC675
(222,198,117)
0 Favorites   0 Comments

Color spaces of #dec675

RGB 222198117
HSL0.130.610.66
HSV46°47°87°
CMYK 0.000.110.47   0.13
XYZ53.529257.202125.0494
Yxy57.20210.39420.4213
Hunter Lab75.6321-6.021333.3056
CIE-Lab80.2931-2.147843.4738

#dec675 color RGB value is (222,198,117).

#dec675 hex color red value is 222, green value is 198 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dec675 hue: 0.13 , saturation: 0.61 and the lightness value of dec675 is 0.66.

The process color (four color CMYK) of #dec675 color hex is 0.00, 0.11, 0.47, 0.13. Web safe color of #dec675 is #cccc66. Color #dec675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01110101
Octal 336 306 165
Decimal 222 198 117
Hex DE C6 75

RGB Percentages of Color #dec675

%41.34
%36.87
%21.79

CMYK Percentages of Color #dec675

%0
%11
%47
%13

Triadic Colors of #dec675

#dec675 #75dec6 #c675de

Analogous Colors of #dec675

#dec675 #c2de75 #de9275

Monochromatic Colors of #dec675

#dec675

Complementary Color

#dec675 #758dde

#dec675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec675 Color CSS Codes

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

#dec675 Text Font Color

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

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


#dec675 Background Color

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

This div background color is #dec675


#dec675 Border Color

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

This div border color is #dec675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec675


Comments

No comments written yet.

Please login to write comment.