Color Hex Logo

#cdba52 Color Hex

#CDBA52
(205,186,82)
0 Favorites   0 Comments

Color spaces of #cdba52

RGB 20518682
HSL0.140.550.56
HSV51°60°80°
CMYK 0.000.090.60   0.20
XYZ44.258748.706115.0512
Yxy48.70610.40970.4509
Hunter Lab69.7898-8.932436.0661
CIE-Lab75.2681-5.850953.9478

#cdba52 color RGB value is (205,186,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01010010
Octal 315 272 122
Decimal 205 186 82
Hex CD BA 52

RGB Percentages of Color #cdba52

%43.34
%39.32
%17.34

CMYK Percentages of Color #cdba52

%0
%9
%60
%20

Triadic Colors of #cdba52

#cdba52 #52cdba #ba52cd

Analogous Colors of #cdba52

#cdba52 #a3cd52 #cd7d52

Monochromatic Colors of #cdba52

#cdba52

Complementary Color

#cdba52 #5265cd

#cdba52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba52 Color CSS Codes

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

#cdba52 Text Font Color

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

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


#cdba52 Background Color

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

This div background color is #cdba52


#cdba52 Border Color

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

This div border color is #cdba52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba52


Comments

No comments written yet.

Please login to write comment.