Color Hex Logo

#cd695e Color Hex

#CD695E
(205,105,94)
0 Favorites   0 Comments

Color spaces of #cd695e

RGB 20510594
HSL0.020.530.59
HSV54°80°
CMYK 0.000.490.54   0.20
XYZ32.248823.890413.5013
Yxy23.89040.46310.3431
Hunter Lab48.877832.235317.8371
CIE-Lab55.977938.485124.3677

#cd695e color RGB value is (205,105,94).

#cd695e hex color red value is 205, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd695e hue: 0.02 , saturation: 0.53 and the lightness value of cd695e is 0.59.

The process color (four color CMYK) of #cd695e color hex is 0.00, 0.49, 0.54, 0.20. Web safe color of #cd695e is #cc6666. Color #cd695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 01011110
Octal 315 151 136
Decimal 205 105 94
Hex CD 69 5E

RGB Percentages of Color #cd695e

%50.74
%25.99
%23.27

CMYK Percentages of Color #cd695e

%0
%49
%54
%20

Triadic Colors of #cd695e

#cd695e #5ecd69 #695ecd

Analogous Colors of #cd695e

#cd695e #cda15e #cd5e8b

Monochromatic Colors of #cd695e

#cd695e

Complementary Color

#cd695e #5ec2cd

#cd695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd695e Color CSS Codes

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

#cd695e Text Font Color

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

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


#cd695e Background Color

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

This div background color is #cd695e


#cd695e Border Color

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

This div border color is #cd695e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,105,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 #cd695e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd695e


Comments

No comments written yet.

Please login to write comment.