Color Hex Logo

#dec27d Color Hex

#DEC27D
(222,194,125)
0 Favorites   0 Comments

Color spaces of #dec27d

RGB 222194125
HSL0.120.600.68
HSV43°44°87°
CMYK 0.000.130.44   0.13
XYZ53.117755.593827.3331
Yxy55.59380.39040.4086
Hunter Lab74.5612-3.318230.4580
CIE-Lab79.38210.718338.2867

#dec27d color RGB value is (222,194,125).

#dec27d hex color red value is 222, green value is 194 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dec27d hue: 0.12 , saturation: 0.60 and the lightness value of dec27d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 01111101
Octal 336 302 175
Decimal 222 194 125
Hex DE C2 7D

RGB Percentages of Color #dec27d

%41.04
%35.86
%23.11

CMYK Percentages of Color #dec27d

%0
%13
%44
%13

Triadic Colors of #dec27d

#dec27d #7ddec2 #c27dde

Analogous Colors of #dec27d

#dec27d #cade7d #de927d

Monochromatic Colors of #dec27d

#dec27d

Complementary Color

#dec27d #7d99de

#dec27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec27d Color CSS Codes

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

#dec27d Text Font Color

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

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


#dec27d Background Color

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

This div background color is #dec27d


#dec27d Border Color

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

This div border color is #dec27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec27d


Comments

No comments written yet.

Please login to write comment.