Color Hex Logo

#cdb149 Color Hex

#CDB149
(205,177,73)
0 Favorites   0 Comments

Color spaces of #cdb149

RGB 20517773
HSL0.130.570.55
HSV47°64°80°
CMYK 0.000.140.64   0.20
XYZ42.101644.904512.7518
Yxy44.90450.42200.4501
Hunter Lab67.0108-5.120835.6250
CIE-Lab72.8290-1.738655.3020

#cdb149 color RGB value is (205,177,73).

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

The process color (four color CMYK) of #cdb149 color hex is 0.00, 0.14, 0.64, 0.20. Web safe color of #cdb149 is #cc9933. Color #cdb149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01001001
Octal 315 261 111
Decimal 205 177 73
Hex CD B1 49

RGB Percentages of Color #cdb149

%45.05
%38.90
%16.04

CMYK Percentages of Color #cdb149

%0
%14
%64
%20

Triadic Colors of #cdb149

#cdb149 #49cdb1 #b149cd

Analogous Colors of #cdb149

#cdb149 #a7cd49 #cd6f49

Monochromatic Colors of #cdb149

#cdb149

Complementary Color

#cdb149 #4965cd

#cdb149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb149 Color CSS Codes

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

#cdb149 Text Font Color

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

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


#cdb149 Background Color

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

This div background color is #cdb149


#cdb149 Border Color

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

This div border color is #cdb149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,177,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 #cdb149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb149


Comments

No comments written yet.

Please login to write comment.