Color Hex Logo

#de954b Color Hex

#DE954B
(222,149,75)
0 Favorites   0 Comments

Color spaces of #de954b

RGB 22214975
HSL0.080.690.58
HSV30°66°87°
CMYK 0.000.330.66   0.13
XYZ42.141637.532511.6800
Yxy37.53250.46130.4108
Hunter Lab61.263815.573431.5809
CIE-Lab67.674620.599049.2373

#de954b color RGB value is (222,149,75).

#de954b hex color red value is 222, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #de954b hue: 0.08 , saturation: 0.69 and the lightness value of de954b is 0.58.

The process color (four color CMYK) of #de954b color hex is 0.00, 0.33, 0.66, 0.13. Web safe color of #de954b is #cc9933. Color #de954b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 01001011
Octal 336 225 113
Decimal 222 149 75
Hex DE 95 4B

RGB Percentages of Color #de954b

%49.78
%33.41
%16.82

CMYK Percentages of Color #de954b

%0
%33
%66
%13

Triadic Colors of #de954b

#de954b #4bde95 #954bde

Analogous Colors of #de954b

#de954b #dede4b #de4b4b

Monochromatic Colors of #de954b

#de954b

Complementary Color

#de954b #4b94de

#de954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de954b Color CSS Codes

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

#de954b Text Font Color

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

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


#de954b Background Color

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

This div background color is #de954b


#de954b Border Color

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

This div border color is #de954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de954b


Comments

No comments written yet.

Please login to write comment.