Color Hex Logo

#cda95f Color Hex

#CDA95F
(205,169,95)
0 Favorites   0 Comments

Color spaces of #cda95f

RGB 20516995
HSL0.110.520.59
HSV40°54°80°
CMYK 0.000.180.54   0.20
XYZ41.430442.181316.7847
Yxy42.18130.41270.4201
Hunter Lab64.94710.209430.1403
CIE-Lab70.99574.126942.7549

#cda95f color RGB value is (205,169,95).

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

The process color (four color CMYK) of #cda95f color hex is 0.00, 0.18, 0.54, 0.20. Web safe color of #cda95f is #cc9966. Color #cda95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 01011111
Octal 315 251 137
Decimal 205 169 95
Hex CD A9 5F

RGB Percentages of Color #cda95f

%43.71
%36.03
%20.26

CMYK Percentages of Color #cda95f

%0
%18
%54
%20

Triadic Colors of #cda95f

#cda95f #5fcda9 #a95fcd

Analogous Colors of #cda95f

#cda95f #bacd5f #cd725f

Monochromatic Colors of #cda95f

#cda95f

Complementary Color

#cda95f #5f83cd

#cda95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda95f Color CSS Codes

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

#cda95f Text Font Color

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

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


#cda95f Background Color

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

This div background color is #cda95f


#cda95f Border Color

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

This div border color is #cda95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda95f


Comments

No comments written yet.

Please login to write comment.