Color Hex Logo

#deae27 Color Hex

#DEAE27
(222,174,39)
0 Favorites   0 Comments

Color spaces of #deae27

RGB 22217439
HSL0.120.730.51
HSV44°82°87°
CMYK 0.000.220.82   0.13
XYZ45.626545.94828.3836
Yxy45.94820.45650.4597
Hunter Lab67.78511.525340.1166
CIE-Lab73.51195.670869.2458

#deae27 color RGB value is (222,174,39).

#deae27 hex color red value is 222, green value is 174 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #deae27 hue: 0.12 , saturation: 0.73 and the lightness value of deae27 is 0.51.

The process color (four color CMYK) of #deae27 color hex is 0.00, 0.22, 0.82, 0.13. Web safe color of #deae27 is #cc9933. Color #deae27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 00100111
Octal 336 256 47
Decimal 222 174 39
Hex DE AE 27

RGB Percentages of Color #deae27

%51.03
%40.00
%8.97

CMYK Percentages of Color #deae27

%0
%22
%82
%13

Triadic Colors of #deae27

#deae27 #27deae #ae27de

Analogous Colors of #deae27

#deae27 #b3de27 #de5327

Monochromatic Colors of #deae27

#deae27

Complementary Color

#deae27 #2757de

#deae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae27 Color CSS Codes

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

#deae27 Text Font Color

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

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


#deae27 Background Color

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

This div background color is #deae27


#deae27 Border Color

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

This div border color is #deae27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae27


Comments

No comments written yet.

Please login to write comment.