Color Hex Logo

#cbc00c Color Hex

#CBC00C
(203,192,12)
0 Favorites   0 Comments

Color spaces of #cbc00c

RGB 20319212
HSL0.160.890.42
HSV57°94°80°
CMYK 0.000.050.94   0.20
XYZ43.544650.42237.7853
Yxy50.42230.42790.4955
Hunter Lab71.0087-14.803743.2056
CIE-Lab76.3277-12.513976.1749

#cbc00c color RGB value is (203,192,12).

#cbc00c hex color red value is 203, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cbc00c hue: 0.16 , saturation: 0.89 and the lightness value of cbc00c is 0.42.

The process color (four color CMYK) of #cbc00c color hex is 0.00, 0.05, 0.94, 0.20. Web safe color of #cbc00c is #cccc00. Color #cbc00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 00001100
Octal 313 300 14
Decimal 203 192 12
Hex CB C0 C

RGB Percentages of Color #cbc00c

%49.88
%47.17
%2.95

CMYK Percentages of Color #cbc00c

%0
%5
%94
%20

Triadic Colors of #cbc00c

#cbc00c #0ccbc0 #c00ccb

Analogous Colors of #cbc00c

#cbc00c #77cb0c #cb600c

Monochromatic Colors of #cbc00c

#cbc00c

Complementary Color

#cbc00c #0c17cb

#cbc00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc00c Color CSS Codes

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

#cbc00c Text Font Color

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

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


#cbc00c Background Color

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

This div background color is #cbc00c


#cbc00c Border Color

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

This div border color is #cbc00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc00c


Comments

No comments written yet.

Please login to write comment.