Color Hex Logo

#cbc61b Color Hex

#CBC61B
(203,198,27)
0 Favorites   0 Comments

Color spaces of #cbc61b

RGB 20319827
HSL0.160.770.45
HSV58°87°80°
CMYK 0.000.020.87   0.20
XYZ45.020553.16388.9257
Yxy53.16380.42030.4963
Hunter Lab72.9135-17.383743.7815
CIE-Lab77.9716-15.293075.1392

#cbc61b color RGB value is (203,198,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 00011011
Octal 313 306 33
Decimal 203 198 27
Hex CB C6 1B

RGB Percentages of Color #cbc61b

%47.43
%46.26
%6.31

CMYK Percentages of Color #cbc61b

%0
%2
%87
%20

Triadic Colors of #cbc61b

#cbc61b #1bcbc6 #c61bcb

Analogous Colors of #cbc61b

#cbc61b #78cb1b #cb6e1b

Monochromatic Colors of #cbc61b

#cbc61b

Complementary Color

#cbc61b #1b20cb

#cbc61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc61b Color CSS Codes

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

#cbc61b Text Font Color

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

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


#cbc61b Background Color

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

This div background color is #cbc61b


#cbc61b Border Color

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

This div border color is #cbc61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc61b


Comments

No comments written yet.

Please login to write comment.