Color Hex Logo

#cbb577 Color Hex

#CBB577
(203,181,119)
0 Favorites   0 Comments

Color spaces of #cbb577

RGB 203181119
HSL0.120.450.63
HSV44°41°80°
CMYK 0.000.110.41   0.20
XYZ44.482247.076224.1949
Yxy47.07620.38430.4067
Hunter Lab68.6121-4.347127.1208
CIE-Lab74.2385-0.761634.4444

#cbb577 color RGB value is (203,181,119).

#cbb577 hex color red value is 203, green value is 181 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cbb577 hue: 0.12 , saturation: 0.45 and the lightness value of cbb577 is 0.63.

The process color (four color CMYK) of #cbb577 color hex is 0.00, 0.11, 0.41, 0.20. Web safe color of #cbb577 is #cccc66. Color #cbb577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01110111
Octal 313 265 167
Decimal 203 181 119
Hex CB B5 77

RGB Percentages of Color #cbb577

%40.36
%35.98
%23.66

CMYK Percentages of Color #cbb577

%0
%11
%41
%20

Triadic Colors of #cbb577

#cbb577 #77cbb5 #b577cb

Analogous Colors of #cbb577

#cbb577 #b7cb77 #cb8b77

Monochromatic Colors of #cbb577

#cbb577

Complementary Color

#cbb577 #778dcb

#cbb577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb577 Color CSS Codes

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

#cbb577 Text Font Color

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

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


#cbb577 Background Color

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

This div background color is #cbb577


#cbb577 Border Color

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

This div border color is #cbb577


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,181,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb577


Comments

No comments written yet.

Please login to write comment.