Color Hex Logo

#cda370 Color Hex

#CDA370
(205,163,112)
0 Favorites   0 Comments

Color spaces of #cda370

RGB 205163112
HSL0.090.480.62
HSV33°45°80°
CMYK 0.000.200.45   0.20
XYZ41.198740.343420.9449
Yxy40.34340.40200.3936
Hunter Lab63.51654.626724.9103
CIE-Lab69.71348.946132.3294

#cda370 color RGB value is (205,163,112).

#cda370 hex color red value is 205, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cda370 hue: 0.09 , saturation: 0.48 and the lightness value of cda370 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100011 01110000
Octal 315 243 160
Decimal 205 163 112
Hex CD A3 70

RGB Percentages of Color #cda370

%42.71
%33.96
%23.33

CMYK Percentages of Color #cda370

%0
%20
%45
%20

Triadic Colors of #cda370

#cda370 #70cda3 #a370cd

Analogous Colors of #cda370

#cda370 #c9cd70 #cd7570

Monochromatic Colors of #cda370

#cda370

Complementary Color

#cda370 #709acd

#cda370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda370 Color CSS Codes

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

#cda370 Text Font Color

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

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


#cda370 Background Color

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

This div background color is #cda370


#cda370 Border Color

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

This div border color is #cda370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda370


Comments

No comments written yet.

Please login to write comment.