Color Hex Logo

#cdb772 Color Hex

#CDB772
(205,183,114)
0 Favorites   0 Comments

Color spaces of #cdb772

RGB 205183114
HSL0.130.480.63
HSV45°44°80°
CMYK 0.000.110.44   0.20
XYZ45.147648.061022.8168
Yxy48.06100.38910.4142
Hunter Lab69.3260-5.075029.0145
CIE-Lab74.8634-1.529137.8669

#cdb772 color RGB value is (205,183,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01110010
Octal 315 267 162
Decimal 205 183 114
Hex CD B7 72

RGB Percentages of Color #cdb772

%40.84
%36.45
%22.71

CMYK Percentages of Color #cdb772

%0
%11
%44
%20

Triadic Colors of #cdb772

#cdb772 #72cdb7 #b772cd

Analogous Colors of #cdb772

#cdb772 #b6cd72 #cd8a72

Monochromatic Colors of #cdb772

#cdb772

Complementary Color

#cdb772 #7288cd

#cdb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb772 Color CSS Codes

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

#cdb772 Text Font Color

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

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


#cdb772 Background Color

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

This div background color is #cdb772


#cdb772 Border Color

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

This div border color is #cdb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb772


Comments

No comments written yet.

Please login to write comment.