Color Hex Logo

#cbbc63 Color Hex

#CBBC63
(203,188,99)
0 Favorites   0 Comments

Color spaces of #cbbc63

RGB 20318899
HSL0.140.500.59
HSV51°51°80°
CMYK 0.000.070.51   0.20
XYZ44.864049.563819.0066
Yxy49.56380.39550.4369
Hunter Lab70.4016-9.452133.2743
CIE-Lab75.8007-6.388046.5021

#cbbc63 color RGB value is (203,188,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01100011
Octal 313 274 143
Decimal 203 188 99
Hex CB BC 63

RGB Percentages of Color #cbbc63

%41.43
%38.37
%20.20

CMYK Percentages of Color #cbbc63

%0
%7
%51
%20

Triadic Colors of #cbbc63

#cbbc63 #63cbbc #bc63cb

Analogous Colors of #cbbc63

#cbbc63 #a6cb63 #cb8863

Monochromatic Colors of #cbbc63

#cbbc63

Complementary Color

#cbbc63 #6372cb

#cbbc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc63 Color CSS Codes

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

#cbbc63 Text Font Color

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

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


#cbbc63 Background Color

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

This div background color is #cbbc63


#cbbc63 Border Color

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

This div border color is #cbbc63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,188,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 #cbbc63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc63


Comments

No comments written yet.

Please login to write comment.