Color Hex Logo

#cbcb50 Color Hex

#CBCB50
(203,203,80)
0 Favorites   0 Comments

Color spaces of #cbcb50

RGB 20320380
HSL0.170.540.55
HSV60°61°80°
CMYK 0.000.000.61   0.20
XYZ47.432555.987615.8961
Yxy55.98760.39750.4692
Hunter Lab74.8249-17.789939.7816
CIE-Lab79.6068-15.501359.5283

#cbcb50 color RGB value is (203,203,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001011 01010000
Octal 313 313 120
Decimal 203 203 80
Hex CB CB 50

RGB Percentages of Color #cbcb50

%41.77
%41.77
%16.46

CMYK Percentages of Color #cbcb50

%0
%0
%61
%20

Triadic Colors of #cbcb50

#cbcb50 #50cbcb #cb50cb

Analogous Colors of #cbcb50

#cbcb50 #8ecb50 #cb8e50

Monochromatic Colors of #cbcb50

#cbcb50

Complementary Color

#cbcb50 #5050cb

#cbcb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcb50 Color CSS Codes

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

#cbcb50 Text Font Color

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

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


#cbcb50 Background Color

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

This div background color is #cbcb50


#cbcb50 Border Color

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

This div border color is #cbcb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcb50


Comments

No comments written yet.

Please login to write comment.