Color Hex Logo

#de881b Color Hex

#DE881B
(222,136,27)
0 Favorites   0 Comments

Color spaces of #de881b

RGB 22213627
HSL0.090.780.49
HSV34°88°87°
CMYK 0.000.390.88   0.13
XYZ39.126233.21705.3863
Yxy33.21700.50340.4273
Hunter Lab57.634220.318734.8029
CIE-Lab64.336225.669065.0920

#de881b color RGB value is (222,136,27).

#de881b hex color red value is 222, green value is 136 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de881b hue: 0.09 , saturation: 0.78 and the lightness value of de881b is 0.49.

The process color (four color CMYK) of #de881b color hex is 0.00, 0.39, 0.88, 0.13. Web safe color of #de881b is #cc9933. Color #de881b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 00011011
Octal 336 210 33
Decimal 222 136 27
Hex DE 88 1B

RGB Percentages of Color #de881b

%57.66
%35.32
%7.01

CMYK Percentages of Color #de881b

%0
%39
%88
%13

Triadic Colors of #de881b

#de881b #1bde88 #881bde

Analogous Colors of #de881b

#de881b #d3de1b #de271b

Monochromatic Colors of #de881b

#de881b

Complementary Color

#de881b #1b71de

#de881b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de881b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de881b Color CSS Codes

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

#de881b Text Font Color

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

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


#de881b Background Color

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

This div background color is #de881b


#de881b Border Color

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

This div border color is #de881b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de881b


Comments

No comments written yet.

Please login to write comment.