Color Hex Logo

#cbc050 Color Hex

#CBC050
(203,192,80)
0 Favorites   0 Comments

Color spaces of #cbc050

RGB 20319280
HSL0.150.540.55
HSV55°61°80°
CMYK 0.000.050.61   0.20
XYZ44.926250.975015.0607
Yxy50.97500.40490.4594
Hunter Lab71.3968-12.623837.4709
CIE-Lab76.6639-9.928556.3325

#cbc050 color RGB value is (203,192,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01010000
Octal 313 300 120
Decimal 203 192 80
Hex CB C0 50

RGB Percentages of Color #cbc050

%42.74
%40.42
%16.84

CMYK Percentages of Color #cbc050

%0
%5
%61
%20

Triadic Colors of #cbc050

#cbc050 #50cbc0 #c050cb

Analogous Colors of #cbc050

#cbc050 #99cb50 #cb8350

Monochromatic Colors of #cbc050

#cbc050

Complementary Color

#cbc050 #505bcb

#cbc050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc050 Color CSS Codes

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

#cbc050 Text Font Color

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

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


#cbc050 Background Color

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

This div background color is #cbc050


#cbc050 Border Color

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

This div border color is #cbc050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc050


Comments

No comments written yet.

Please login to write comment.