Color Hex Logo

#cdb93e Color Hex

#CDB93E
(205,185,62)
0 Favorites   0 Comments

Color spaces of #cdb93e

RGB 20518562
HSL0.140.590.52
HSV52°70°80°
CMYK 0.000.100.70   0.20
XYZ43.395348.024911.5400
Yxy48.02490.42150.4664
Hunter Lab69.3000-9.499238.6369
CIE-Lab74.8406-6.545061.9737

#cdb93e color RGB value is (205,185,62).

#cdb93e hex color red value is 205, green value is 185 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cdb93e hue: 0.14 , saturation: 0.59 and the lightness value of cdb93e is 0.52.

The process color (four color CMYK) of #cdb93e color hex is 0.00, 0.10, 0.70, 0.20. Web safe color of #cdb93e is #cccc33. Color #cdb93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00111110
Octal 315 271 76
Decimal 205 185 62
Hex CD B9 3E

RGB Percentages of Color #cdb93e

%45.35
%40.93
%13.72

CMYK Percentages of Color #cdb93e

%0
%10
%70
%20

Triadic Colors of #cdb93e

#cdb93e #3ecdb9 #b93ecd

Analogous Colors of #cdb93e

#cdb93e #9acd3e #cd723e

Monochromatic Colors of #cdb93e

#cdb93e

Complementary Color

#cdb93e #3e52cd

#cdb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb93e Color CSS Codes

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

#cdb93e Text Font Color

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

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


#cdb93e Background Color

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

This div background color is #cdb93e


#cdb93e Border Color

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

This div border color is #cdb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb93e


Comments

No comments written yet.

Please login to write comment.