Color Hex Logo

#cbc650 Color Hex

#CBC650
(203,198,80)
0 Favorites   0 Comments

Color spaces of #cbc650

RGB 20319880
HSL0.160.540.55
HSV58°61°80°
CMYK 0.000.020.61   0.20
XYZ46.270753.663915.5089
Yxy53.66390.40080.4648
Hunter Lab73.2556-15.450938.7267
CIE-Lab78.2653-12.984258.0776

#cbc650 color RGB value is (203,198,80).

#cbc650 hex color red value is 203, green value is 198 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cbc650 hue: 0.16 , saturation: 0.54 and the lightness value of cbc650 is 0.55.

The process color (four color CMYK) of #cbc650 color hex is 0.00, 0.02, 0.61, 0.20. Web safe color of #cbc650 is #cccc66. Color #cbc650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 01010000
Octal 313 306 120
Decimal 203 198 80
Hex CB C6 50

RGB Percentages of Color #cbc650

%42.20
%41.16
%16.63

CMYK Percentages of Color #cbc650

%0
%2
%61
%20

Triadic Colors of #cbc650

#cbc650 #50cbc6 #c650cb

Analogous Colors of #cbc650

#cbc650 #93cb50 #cb8950

Monochromatic Colors of #cbc650

#cbc650

Complementary Color

#cbc650 #5055cb

#cbc650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc650 Color CSS Codes

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

#cbc650 Text Font Color

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

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


#cbc650 Background Color

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

This div background color is #cbc650


#cbc650 Border Color

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

This div border color is #cbc650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc650


Comments

No comments written yet.

Please login to write comment.