Color Hex Logo

#cdb75e Color Hex

#CDB75E
(205,183,94)
0 Favorites   0 Comments

Color spaces of #cdb75e

RGB 20518394
HSL0.130.530.59
HSV48°54°80°
CMYK 0.000.110.54   0.20
XYZ44.130747.654317.4619
Yxy47.65430.40400.4362
Hunter Lab69.0321-6.695033.3249
CIE-Lab74.6064-3.372547.5568

#cdb75e color RGB value is (205,183,94).

#cdb75e hex color red value is 205, green value is 183 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cdb75e hue: 0.13 , saturation: 0.53 and the lightness value of cdb75e is 0.59.

The process color (four color CMYK) of #cdb75e color hex is 0.00, 0.11, 0.54, 0.20. Web safe color of #cdb75e is #cccc66. Color #cdb75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01011110
Octal 315 267 136
Decimal 205 183 94
Hex CD B7 5E

RGB Percentages of Color #cdb75e

%42.53
%37.97
%19.50

CMYK Percentages of Color #cdb75e

%0
%11
%54
%20

Triadic Colors of #cdb75e

#cdb75e #5ecdb7 #b75ecd

Analogous Colors of #cdb75e

#cdb75e #accd5e #cd805e

Monochromatic Colors of #cdb75e

#cdb75e

Complementary Color

#cdb75e #5e74cd

#cdb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb75e Color CSS Codes

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

#cdb75e Text Font Color

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

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


#cdb75e Background Color

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

This div background color is #cdb75e


#cdb75e Border Color

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

This div border color is #cdb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb75e


Comments

No comments written yet.

Please login to write comment.