Color Hex Logo

#cbc213 Color Hex

#CBC213
(203,194,19)
0 Favorites   0 Comments

Color spaces of #cbc213

RGB 20319419
HSL0.160.830.44
HSV57°91°80°
CMYK 0.000.040.91   0.20
XYZ44.037951.32718.2022
Yxy51.32710.42520.4956
Hunter Lab71.6429-15.653743.3621
CIE-Lab76.8767-13.430175.6653

#cbc213 color RGB value is (203,194,19).

#cbc213 hex color red value is 203, green value is 194 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cbc213 hue: 0.16 , saturation: 0.83 and the lightness value of cbc213 is 0.44.

The process color (four color CMYK) of #cbc213 color hex is 0.00, 0.04, 0.91, 0.20. Web safe color of #cbc213 is #cccc00. Color #cbc213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 00010011
Octal 313 302 23
Decimal 203 194 19
Hex CB C2 13

RGB Percentages of Color #cbc213

%48.80
%46.63
%4.57

CMYK Percentages of Color #cbc213

%0
%4
%91
%20

Triadic Colors of #cbc213

#cbc213 #13cbc2 #c213cb

Analogous Colors of #cbc213

#cbc213 #78cb13 #cb6613

Monochromatic Colors of #cbc213

#cbc213

Complementary Color

#cbc213 #131ccb

#cbc213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc213 Color CSS Codes

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

#cbc213 Text Font Color

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

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


#cbc213 Background Color

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

This div background color is #cbc213


#cbc213 Border Color

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

This div border color is #cbc213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc213


Comments

No comments written yet.

Please login to write comment.