Color Hex Logo

#de957b Color Hex

#DE957B
(222,149,123)
0 Favorites   0 Comments

Color spaces of #de957b

RGB 222149123
HSL0.040.600.68
HSV16°45°87°
CMYK 0.000.330.45   0.13
XYZ44.446838.454523.8188
Yxy38.45450.41650.3603
Hunter Lab62.011719.419220.6348
CIE-Lab68.354324.498424.9302

#de957b color RGB value is (222,149,123).

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

The process color (four color CMYK) of #de957b color hex is 0.00, 0.33, 0.45, 0.13. Web safe color of #de957b is #cc9966. Color #de957b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 01111011
Octal 336 225 173
Decimal 222 149 123
Hex DE 95 7B

RGB Percentages of Color #de957b

%44.94
%30.16
%24.90

CMYK Percentages of Color #de957b

%0
%33
%45
%13

Triadic Colors of #de957b

#de957b #7bde95 #957bde

Analogous Colors of #de957b

#de957b #dec77b #de7b93

Monochromatic Colors of #de957b

#de957b

Complementary Color

#de957b #7bc4de

#de957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de957b Color CSS Codes

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

#de957b Text Font Color

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

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


#de957b Background Color

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

This div background color is #de957b


#de957b Border Color

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

This div border color is #de957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de957b


Comments

No comments written yet.

Please login to write comment.