Color Hex Logo

#cd958e Color Hex

#CD958E
(205,149,142)
0 Favorites   0 Comments

Color spaces of #cd958e

RGB 205149142
HSL0.020.390.68
HSV31°80°
CMYK 0.000.270.31   0.20
XYZ40.806836.427030.4716
Yxy36.42700.37890.3382
Hunter Lab60.354815.065712.3143
CIE-Lab66.844920.106712.0158

#cd958e color RGB value is (205,149,142).

#cd958e hex color red value is 205, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cd958e hue: 0.02 , saturation: 0.39 and the lightness value of cd958e is 0.68.

The process color (four color CMYK) of #cd958e color hex is 0.00, 0.27, 0.31, 0.20. Web safe color of #cd958e is #cc9999. Color #cd958e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10001110
Octal 315 225 216
Decimal 205 149 142
Hex CD 95 8E

RGB Percentages of Color #cd958e

%41.33
%30.04
%28.63

CMYK Percentages of Color #cd958e

%0
%27
%31
%20

Triadic Colors of #cd958e

#cd958e #8ecd95 #958ecd

Analogous Colors of #cd958e

#cd958e #cdb58e #cd8ea7

Monochromatic Colors of #cd958e

#cd958e

Complementary Color

#cd958e #8ec6cd

#cd958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd958e Color CSS Codes

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

#cd958e Text Font Color

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

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


#cd958e Background Color

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

This div background color is #cd958e


#cd958e Border Color

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

This div border color is #cd958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd958e


Comments

No comments written yet.

Please login to write comment.