Color Hex Logo

#cdb756 Color Hex

#CDB756
(205,183,86)
0 Favorites   0 Comments

Color spaces of #cdb756

RGB 20518386
HSL0.140.540.57
HSV49°58°80°
CMYK 0.000.110.58   0.20
XYZ43.790047.518015.6680
Yxy47.51800.40930.4442
Hunter Lab68.9333-7.240834.7772
CIE-Lab74.5199-3.998751.2640

#cdb756 color RGB value is (205,183,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01010110
Octal 315 267 126
Decimal 205 183 86
Hex CD B7 56

RGB Percentages of Color #cdb756

%43.25
%38.61
%18.14

CMYK Percentages of Color #cdb756

%0
%11
%58
%20

Triadic Colors of #cdb756

#cdb756 #56cdb7 #b756cd

Analogous Colors of #cdb756

#cdb756 #a8cd56 #cd7c56

Monochromatic Colors of #cdb756

#cdb756

Complementary Color

#cdb756 #566ccd

#cdb756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb756 Color CSS Codes

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

#cdb756 Text Font Color

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

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


#cdb756 Background Color

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

This div background color is #cdb756


#cdb756 Border Color

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

This div border color is #cdb756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb756


Comments

No comments written yet.

Please login to write comment.