Color Hex Logo

#cdb75f Color Hex

#CDB75F
(205,183,95)
0 Favorites   0 Comments

Color spaces of #cdb75f

RGB 20518395
HSL0.130.520.59
HSV48°54°80°
CMYK 0.000.110.54   0.20
XYZ44.175947.672317.6998
Yxy47.67230.40330.4352
Hunter Lab69.0451-6.622533.1325
CIE-Lab74.6178-3.289547.0853

#cdb75f color RGB value is (205,183,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01011111
Octal 315 267 137
Decimal 205 183 95
Hex CD B7 5F

RGB Percentages of Color #cdb75f

%42.44
%37.89
%19.67

CMYK Percentages of Color #cdb75f

%0
%11
%54
%20

Triadic Colors of #cdb75f

#cdb75f #5fcdb7 #b75fcd

Analogous Colors of #cdb75f

#cdb75f #accd5f #cd805f

Monochromatic Colors of #cdb75f

#cdb75f

Complementary Color

#cdb75f #5f75cd

#cdb75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb75f Color CSS Codes

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

#cdb75f Text Font Color

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

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


#cdb75f Background Color

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

This div background color is #cdb75f


#cdb75f Border Color

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

This div border color is #cdb75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb75f


Comments

No comments written yet.

Please login to write comment.