Color Hex Logo

#cdb946 Color Hex

#CDB946
(205,185,70)
0 Favorites   0 Comments

Color spaces of #cdb946

RGB 20518570
HSL0.140.570.54
HSV51°66°80°
CMYK 0.000.100.66   0.20
XYZ43.631348.119312.7827
Yxy48.11930.41740.4603
Hunter Lab69.3681-9.120837.6321
CIE-Lab74.9001-6.104758.7939

#cdb946 color RGB value is (205,185,70).

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

The process color (four color CMYK) of #cdb946 color hex is 0.00, 0.10, 0.66, 0.20. Web safe color of #cdb946 is #cccc33. Color #cdb946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01000110
Octal 315 271 106
Decimal 205 185 70
Hex CD B9 46

RGB Percentages of Color #cdb946

%44.57
%40.22
%15.22

CMYK Percentages of Color #cdb946

%0
%10
%66
%20

Triadic Colors of #cdb946

#cdb946 #46cdb9 #b946cd

Analogous Colors of #cdb946

#cdb946 #9ecd46 #cd7646

Monochromatic Colors of #cdb946

#cdb946

Complementary Color

#cdb946 #465acd

#cdb946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb946 Color CSS Codes

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

#cdb946 Text Font Color

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

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


#cdb946 Background Color

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

This div background color is #cdb946


#cdb946 Border Color

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

This div border color is #cdb946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb946


Comments

No comments written yet.

Please login to write comment.