Color Hex Logo

#cbcb4c Color Hex

#CBCB4C
(203,203,76)
0 Favorites   0 Comments

Color spaces of #cbcb4c

RGB 20320376
HSL0.170.550.55
HSV60°63°80°
CMYK 0.000.000.63   0.20
XYZ47.289055.930215.1407
Yxy55.93020.39950.4725
Hunter Lab74.7865-18.007240.3471
CIE-Lab79.5741-15.760861.1673

#cbcb4c color RGB value is (203,203,76).

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

The process color (four color CMYK) of #cbcb4c color hex is 0.00, 0.00, 0.63, 0.20. Web safe color of #cbcb4c is #cccc33. Color #cbcb4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001011 01001100
Octal 313 313 114
Decimal 203 203 76
Hex CB CB 4C

RGB Percentages of Color #cbcb4c

%42.12
%42.12
%15.77

CMYK Percentages of Color #cbcb4c

%0
%0
%63
%20

Triadic Colors of #cbcb4c

#cbcb4c #4ccbcb #cb4ccb

Analogous Colors of #cbcb4c

#cbcb4c #8ccb4c #cb8c4c

Monochromatic Colors of #cbcb4c

#cbcb4c

Complementary Color

#cbcb4c #4c4ccb

#cbcb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcb4c Color CSS Codes

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

#cbcb4c Text Font Color

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

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


#cbcb4c Background Color

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

This div background color is #cbcb4c


#cbcb4c Border Color

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

This div border color is #cbcb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcb4c


Comments

No comments written yet.

Please login to write comment.