Color Hex Logo

#cbb155 Color Hex

#CBB155
(203,177,85)
0 Favorites   0 Comments

Color spaces of #cbb155

RGB 20317785
HSL0.130.530.56
HSV47°58°80°
CMYK 0.000.130.58   0.20
XYZ41.990444.796715.0278
Yxy44.79670.41240.4400
Hunter Lab66.9303-5.141733.5389
CIE-Lab72.7578-1.767849.6733

#cbb155 color RGB value is (203,177,85).

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

The process color (four color CMYK) of #cbb155 color hex is 0.00, 0.13, 0.58, 0.20. Web safe color of #cbb155 is #cc9966. Color #cbb155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01010101
Octal 313 261 125
Decimal 203 177 85
Hex CB B1 55

RGB Percentages of Color #cbb155

%43.66
%38.06
%18.28

CMYK Percentages of Color #cbb155

%0
%13
%58
%20

Triadic Colors of #cbb155

#cbb155 #55cbb1 #b155cb

Analogous Colors of #cbb155

#cbb155 #aacb55 #cb7655

Monochromatic Colors of #cbb155

#cbb155

Complementary Color

#cbb155 #556fcb

#cbb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb155 Color CSS Codes

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

#cbb155 Text Font Color

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

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


#cbb155 Background Color

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

This div background color is #cbb155


#cbb155 Border Color

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

This div border color is #cbb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb155


Comments

No comments written yet.

Please login to write comment.