Color Hex Logo

#cbc11c Color Hex

#CBC11C
(203,193,28)
0 Favorites   0 Comments

Color spaces of #cbc11c

RGB 20319328
HSL0.160.760.45
HSV57°86°80°
CMYK 0.000.050.86   0.20
XYZ43.908250.92038.6130
Yxy50.92030.42450.4923
Hunter Lab71.3585-15.042942.7946
CIE-Lab76.6307-12.749973.8539

#cbc11c color RGB value is (203,193,28).

#cbc11c hex color red value is 203, green value is 193 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cbc11c hue: 0.16 , saturation: 0.76 and the lightness value of cbc11c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 00011100
Octal 313 301 34
Decimal 203 193 28
Hex CB C1 1C

RGB Percentages of Color #cbc11c

%47.88
%45.52
%6.60

CMYK Percentages of Color #cbc11c

%0
%5
%86
%20

Triadic Colors of #cbc11c

#cbc11c #1ccbc1 #c11ccb

Analogous Colors of #cbc11c

#cbc11c #7ecb1c #cb6a1c

Monochromatic Colors of #cbc11c

#cbc11c

Complementary Color

#cbc11c #1c26cb

#cbc11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc11c Color CSS Codes

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

#cbc11c Text Font Color

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

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


#cbc11c Background Color

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

This div background color is #cbc11c


#cbc11c Border Color

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

This div border color is #cbc11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc11c


Comments

No comments written yet.

Please login to write comment.