Color Hex Logo

#cda35f Color Hex

#CDA35F
(205,163,95)
0 Favorites   0 Comments

Color spaces of #cda35f

RGB 20516395
HSL0.100.520.59
HSV37°54°80°
CMYK 0.000.200.54   0.20
XYZ40.339639.999716.4211
Yxy39.99970.41690.4134
Hunter Lab63.24533.172928.8776
CIE-Lab69.46937.349640.9031

#cda35f color RGB value is (205,163,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100011 01011111
Octal 315 243 137
Decimal 205 163 95
Hex CD A3 5F

RGB Percentages of Color #cda35f

%44.28
%35.21
%20.52

CMYK Percentages of Color #cda35f

%0
%20
%54
%20

Triadic Colors of #cda35f

#cda35f #5fcda3 #a35fcd

Analogous Colors of #cda35f

#cda35f #c0cd5f #cd6c5f

Monochromatic Colors of #cda35f

#cda35f

Complementary Color

#cda35f #5f89cd

#cda35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda35f Color CSS Codes

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

#cda35f Text Font Color

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

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


#cda35f Background Color

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

This div background color is #cda35f


#cda35f Border Color

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

This div border color is #cda35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda35f


Comments

No comments written yet.

Please login to write comment.