Color Hex Logo

#cbb249 Color Hex

#CBB249
(203,178,73)
0 Favorites   0 Comments

Color spaces of #cbb249

RGB 20317873
HSL0.130.560.54
HSV48°64°80°
CMYK 0.000.120.64   0.20
XYZ41.751645.018312.7922
Yxy45.01830.41940.4522
Hunter Lab67.0957-6.342335.6630
CIE-Lab72.9039-3.120955.3280

#cbb249 color RGB value is (203,178,73).

#cbb249 hex color red value is 203, green value is 178 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cbb249 hue: 0.13 , saturation: 0.56 and the lightness value of cbb249 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01001001
Octal 313 262 111
Decimal 203 178 73
Hex CB B2 49

RGB Percentages of Color #cbb249

%44.71
%39.21
%16.08

CMYK Percentages of Color #cbb249

%0
%12
%64
%20

Triadic Colors of #cbb249

#cbb249 #49cbb2 #b249cb

Analogous Colors of #cbb249

#cbb249 #a3cb49 #cb7149

Monochromatic Colors of #cbb249

#cbb249

Complementary Color

#cbb249 #4962cb

#cbb249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb249 Color CSS Codes

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

#cbb249 Text Font Color

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

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


#cbb249 Background Color

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

This div background color is #cbb249


#cbb249 Border Color

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

This div border color is #cbb249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb249


Comments

No comments written yet.

Please login to write comment.