Color Hex Logo

#cdba53 Color Hex

#CDBA53
(205,186,83)
0 Favorites   0 Comments

Color spaces of #cdba53

RGB 20518683
HSL0.140.550.56
HSV51°60°80°
CMYK 0.000.090.60   0.20
XYZ44.297148.721515.2531
Yxy48.72150.40910.4500
Hunter Lab69.8008-8.871435.9043
CIE-Lab75.2777-5.780353.5040

#cdba53 color RGB value is (205,186,83).

#cdba53 hex color red value is 205, green value is 186 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cdba53 hue: 0.14 , saturation: 0.55 and the lightness value of cdba53 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01010011
Octal 315 272 123
Decimal 205 186 83
Hex CD BA 53

RGB Percentages of Color #cdba53

%43.25
%39.24
%17.51

CMYK Percentages of Color #cdba53

%0
%9
%60
%20

Triadic Colors of #cdba53

#cdba53 #53cdba #ba53cd

Analogous Colors of #cdba53

#cdba53 #a3cd53 #cd7d53

Monochromatic Colors of #cdba53

#cdba53

Complementary Color

#cdba53 #5366cd

#cdba53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba53 Color CSS Codes

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

#cdba53 Text Font Color

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

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


#cdba53 Background Color

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

This div background color is #cdba53


#cdba53 Border Color

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

This div border color is #cdba53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba53


Comments

No comments written yet.

Please login to write comment.