Color Hex Logo

#cdba57 Color Hex

#CDBA57
(205,186,87)
0 Favorites   0 Comments

Color spaces of #cdba57

RGB 20518687
HSL0.140.540.57
HSV50°58°80°
CMYK 0.000.090.58   0.20
XYZ44.456048.785116.0902
Yxy48.78510.40660.4462
Hunter Lab69.8463-8.618935.2340
CIE-Lab75.3174-5.488551.7060

#cdba57 color RGB value is (205,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01010111
Octal 315 272 127
Decimal 205 186 87
Hex CD BA 57

RGB Percentages of Color #cdba57

%42.89
%38.91
%18.20

CMYK Percentages of Color #cdba57

%0
%9
%58
%20

Triadic Colors of #cdba57

#cdba57 #57cdba #ba57cd

Analogous Colors of #cdba57

#cdba57 #a5cd57 #cd7f57

Monochromatic Colors of #cdba57

#cdba57

Complementary Color

#cdba57 #576acd

#cdba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba57 Color CSS Codes

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

#cdba57 Text Font Color

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

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


#cdba57 Background Color

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

This div background color is #cdba57


#cdba57 Border Color

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

This div border color is #cdba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba57


Comments

No comments written yet.

Please login to write comment.