Color Hex Logo

#cdba73 Color Hex

#CDBA73
(205,186,115)
0 Favorites   0 Comments

Color spaces of #cdba73

RGB 205186115
HSL0.130.470.63
HSV47°44°80°
CMYK 0.000.090.44   0.20
XYZ45.830349.334823.3267
Yxy49.33480.38680.4164
Hunter Lab70.2387-6.447729.4766
CIE-Lab75.6591-3.002438.3605

#cdba73 color RGB value is (205,186,115).

#cdba73 hex color red value is 205, green value is 186 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cdba73 hue: 0.13 , saturation: 0.47 and the lightness value of cdba73 is 0.63.

The process color (four color CMYK) of #cdba73 color hex is 0.00, 0.09, 0.44, 0.20. Web safe color of #cdba73 is #cccc66. Color #cdba73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01110011
Octal 315 272 163
Decimal 205 186 115
Hex CD BA 73

RGB Percentages of Color #cdba73

%40.51
%36.76
%22.73

CMYK Percentages of Color #cdba73

%0
%9
%44
%20

Triadic Colors of #cdba73

#cdba73 #73cdba #ba73cd

Analogous Colors of #cdba73

#cdba73 #b3cd73 #cd8d73

Monochromatic Colors of #cdba73

#cdba73

Complementary Color

#cdba73 #7386cd

#cdba73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba73 Color CSS Codes

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

#cdba73 Text Font Color

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

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


#cdba73 Background Color

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

This div background color is #cdba73


#cdba73 Border Color

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

This div border color is #cdba73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba73


Comments

No comments written yet.

Please login to write comment.