Color Hex Logo

#de925e Color Hex

#DE925E
(222,146,94)
0 Favorites   0 Comments

Color spaces of #de925e

RGB 22214694
HSL0.070.660.62
HSV24°58°87°
CMYK 0.000.340.58   0.13
XYZ42.423536.895515.4753
Yxy36.89550.44750.3892
Hunter Lab60.741718.371027.4137
CIE-Lab67.198623.499339.0724

#de925e color RGB value is (222,146,94).

#de925e hex color red value is 222, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #de925e hue: 0.07 , saturation: 0.66 and the lightness value of de925e is 0.62.

The process color (four color CMYK) of #de925e color hex is 0.00, 0.34, 0.58, 0.13. Web safe color of #de925e is #cc9966. Color #de925e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010010 01011110
Octal 336 222 136
Decimal 222 146 94
Hex DE 92 5E

RGB Percentages of Color #de925e

%48.05
%31.60
%20.35

CMYK Percentages of Color #de925e

%0
%34
%58
%13

Triadic Colors of #de925e

#de925e #5ede92 #925ede

Analogous Colors of #de925e

#de925e #ded25e #de5e6a

Monochromatic Colors of #de925e

#de925e

Complementary Color

#de925e #5eaade

#de925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de925e Color CSS Codes

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

#de925e Text Font Color

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

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


#de925e Background Color

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

This div background color is #de925e


#de925e Border Color

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

This div border color is #de925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de925e


Comments

No comments written yet.

Please login to write comment.