Color Hex Logo

#cbbb63 Color Hex

#CBBB63
(203,187,99)
0 Favorites   0 Comments

Color spaces of #cbbb63

RGB 20318799
HSL0.140.500.59
HSV51°51°80°
CMYK 0.000.080.51   0.20
XYZ44.651149.138018.9356
Yxy49.13800.39610.4359
Hunter Lab70.0985-8.972133.0530
CIE-Lab75.5371-5.868446.1869

#cbbb63 color RGB value is (203,187,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01100011
Octal 313 273 143
Decimal 203 187 99
Hex CB BB 63

RGB Percentages of Color #cbbb63

%41.51
%38.24
%20.25

CMYK Percentages of Color #cbbb63

%0
%8
%51
%20

Triadic Colors of #cbbb63

#cbbb63 #63cbbb #bb63cb

Analogous Colors of #cbbb63

#cbbb63 #a7cb63 #cb8763

Monochromatic Colors of #cbbb63

#cbbb63

Complementary Color

#cbbb63 #6373cb

#cbbb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb63 Color CSS Codes

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

#cbbb63 Text Font Color

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

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


#cbbb63 Background Color

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

This div background color is #cbbb63


#cbbb63 Border Color

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

This div border color is #cbbb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb63


Comments

No comments written yet.

Please login to write comment.