Color Hex Logo

#cda37e Color Hex

#CDA37E
(205,163,126)
0 Favorites   0 Comments

Color spaces of #cda37e

RGB 205163126
HSL0.080.440.65
HSV28°39°80°
CMYK 0.000.200.39   0.20
XYZ42.039940.679925.3749
Yxy40.67990.38890.3763
Hunter Lab63.78086.038521.0583
CIE-Lab69.951110.479825.1142

#cda37e color RGB value is (205,163,126).

#cda37e hex color red value is 205, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cda37e hue: 0.08 , saturation: 0.44 and the lightness value of cda37e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100011 01111110
Octal 315 243 176
Decimal 205 163 126
Hex CD A3 7E

RGB Percentages of Color #cda37e

%41.50
%33.00
%25.51

CMYK Percentages of Color #cda37e

%0
%20
%39
%20

Triadic Colors of #cda37e

#cda37e #7ecda3 #a37ecd

Analogous Colors of #cda37e

#cda37e #cdcb7e #cd7e81

Monochromatic Colors of #cda37e

#cda37e

Complementary Color

#cda37e #7ea8cd

#cda37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda37e Color CSS Codes

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

#cda37e Text Font Color

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

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


#cda37e Background Color

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

This div background color is #cda37e


#cda37e Border Color

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

This div border color is #cda37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda37e


Comments

No comments written yet.

Please login to write comment.