Color Hex Logo

#cd693b Color Hex

#CD693B
(205,105,59)
0 Favorites   0 Comments

Color spaces of #cd693b

RGB 20510559
HSL0.050.590.52
HSV19°71°80°
CMYK 0.000.490.71   0.20
XYZ31.017823.39817.0191
Yxy23.39810.50490.3809
Hunter Lab48.371629.811125.2567
CIE-Lab55.480136.136043.0483

#cd693b color RGB value is (205,105,59).

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

The process color (four color CMYK) of #cd693b color hex is 0.00, 0.49, 0.71, 0.20. Web safe color of #cd693b is #cc6633. Color #cd693b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 00111011
Octal 315 151 73
Decimal 205 105 59
Hex CD 69 3B

RGB Percentages of Color #cd693b

%55.56
%28.46
%15.99

CMYK Percentages of Color #cd693b

%0
%49
%71
%20

Triadic Colors of #cd693b

#cd693b #3bcd69 #693bcd

Analogous Colors of #cd693b

#cd693b #cdb23b #cd3b56

Monochromatic Colors of #cd693b

#cd693b

Complementary Color

#cd693b #3b9fcd

#cd693b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd693b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd693b Color CSS Codes

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

#cd693b Text Font Color

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

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


#cd693b Background Color

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

This div background color is #cd693b


#cd693b Border Color

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

This div border color is #cd693b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd693b


Comments

No comments written yet.

Please login to write comment.