Color Hex Logo

#cdb949 Color Hex

#CDB949
(205,185,73)
0 Favorites   0 Comments

Color spaces of #cdb949

RGB 20518573
HSL0.140.570.55
HSV51°64°80°
CMYK 0.000.100.64   0.20
XYZ43.728448.158113.2940
Yxy48.15810.41570.4579
Hunter Lab69.3960-8.965237.2192
CIE-Lab74.9245-5.924057.5474

#cdb949 color RGB value is (205,185,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01001001
Octal 315 271 111
Decimal 205 185 73
Hex CD B9 49

RGB Percentages of Color #cdb949

%44.28
%39.96
%15.77

CMYK Percentages of Color #cdb949

%0
%10
%64
%20

Triadic Colors of #cdb949

#cdb949 #49cdb9 #b949cd

Analogous Colors of #cdb949

#cdb949 #9fcd49 #cd7749

Monochromatic Colors of #cdb949

#cdb949

Complementary Color

#cdb949 #495dcd

#cdb949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb949 Color CSS Codes

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

#cdb949 Text Font Color

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

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


#cdb949 Background Color

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

This div background color is #cdb949


#cdb949 Border Color

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

This div border color is #cdb949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb949


Comments

No comments written yet.

Please login to write comment.