Color Hex Logo

#cbb280 Color Hex

#CBB280
(203,178,128)
0 Favorites   0 Comments

Color spaces of #cbb280

RGB 203178128
HSL0.110.420.65
HSV40°37°80°
CMYK 0.000.120.37   0.20
XYZ44.445346.095826.9769
Yxy46.09580.37820.3922
Hunter Lab67.8939-1.963023.9675
CIE-Lab73.60771.850128.8812

#cbb280 color RGB value is (203,178,128).

#cbb280 hex color red value is 203, green value is 178 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbb280 hue: 0.11 , saturation: 0.42 and the lightness value of cbb280 is 0.65.

The process color (four color CMYK) of #cbb280 color hex is 0.00, 0.12, 0.37, 0.20. Web safe color of #cbb280 is #cc9999. Color #cbb280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 10000000
Octal 313 262 200
Decimal 203 178 128
Hex CB B2 80

RGB Percentages of Color #cbb280

%39.88
%34.97
%25.15

CMYK Percentages of Color #cbb280

%0
%12
%37
%20

Triadic Colors of #cbb280

#cbb280 #80cbb2 #b280cb

Analogous Colors of #cbb280

#cbb280 #bfcb80 #cb8d80

Monochromatic Colors of #cbb280

#cbb280

Complementary Color

#cbb280 #8099cb

#cbb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb280 Color CSS Codes

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

#cbb280 Text Font Color

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

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


#cbb280 Background Color

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

This div background color is #cbb280


#cbb280 Border Color

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

This div border color is #cbb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb280


Comments

No comments written yet.

Please login to write comment.