Color Hex Logo

#cdb647 Color Hex

#CDB647
(205,182,71)
0 Favorites   0 Comments

Color spaces of #cdb647

RGB 20518271
HSL0.140.570.54
HSV50°65°80°
CMYK 0.000.110.65   0.20
XYZ43.042146.890012.7433
Yxy46.89000.41920.4567
Hunter Lab68.4763-7.633836.8996
CIE-Lab74.1194-4.483457.5485

#cdb647 color RGB value is (205,182,71).

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

The process color (four color CMYK) of #cdb647 color hex is 0.00, 0.11, 0.65, 0.20. Web safe color of #cdb647 is #cccc33. Color #cdb647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 01000111
Octal 315 266 107
Decimal 205 182 71
Hex CD B6 47

RGB Percentages of Color #cdb647

%44.76
%39.74
%15.50

CMYK Percentages of Color #cdb647

%0
%11
%65
%20

Triadic Colors of #cdb647

#cdb647 #47cdb6 #b647cd

Analogous Colors of #cdb647

#cdb647 #a1cd47 #cd7347

Monochromatic Colors of #cdb647

#cdb647

Complementary Color

#cdb647 #475ecd

#cdb647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb647 Color CSS Codes

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

#cdb647 Text Font Color

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

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


#cdb647 Background Color

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

This div background color is #cdb647


#cdb647 Border Color

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

This div border color is #cdb647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb647


Comments

No comments written yet.

Please login to write comment.