Color Hex Logo

#cbbb66 Color Hex

#CBBB66
(203,187,102)
0 Favorites   0 Comments

Color spaces of #cbbb66

RGB 203187102
HSL0.140.490.60
HSV50°50°80°
CMYK 0.000.080.50   0.20
XYZ44.797249.196519.7052
Yxy49.19650.39400.4327
Hunter Lab70.1402-8.740932.4412
CIE-Lab75.5734-5.601444.7572

#cbbb66 color RGB value is (203,187,102).

#cbbb66 hex color red value is 203, green value is 187 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cbbb66 hue: 0.14 , saturation: 0.49 and the lightness value of cbbb66 is 0.60.

The process color (four color CMYK) of #cbbb66 color hex is 0.00, 0.08, 0.50, 0.20. Web safe color of #cbbb66 is #cccc66. Color #cbbb66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01100110
Octal 313 273 146
Decimal 203 187 102
Hex CB BB 66

RGB Percentages of Color #cbbb66

%41.26
%38.01
%20.73

CMYK Percentages of Color #cbbb66

%0
%8
%50
%20

Triadic Colors of #cbbb66

#cbbb66 #66cbbb #bb66cb

Analogous Colors of #cbbb66

#cbbb66 #a9cb66 #cb8966

Monochromatic Colors of #cbbb66

#cbbb66

Complementary Color

#cbbb66 #6676cb

#cbbb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb66 Color CSS Codes

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

#cbbb66 Text Font Color

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

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


#cbbb66 Background Color

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

This div background color is #cbbb66


#cbbb66 Border Color

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

This div border color is #cbbb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb66


Comments

No comments written yet.

Please login to write comment.