Color Hex Logo

#cbc121 Color Hex

#CBC121
(203,193,33)
0 Favorites   0 Comments

Color spaces of #cbc121

RGB 20319333
HSL0.160.720.46
HSV56°84°80°
CMYK 0.000.050.84   0.20
XYZ43.973150.94628.9548
Yxy50.94620.42330.4905
Hunter Lab71.3766-14.940342.5252
CIE-Lab76.6464-12.627272.7600

#cbc121 color RGB value is (203,193,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 00100001
Octal 313 301 41
Decimal 203 193 33
Hex CB C1 21

RGB Percentages of Color #cbc121

%47.32
%44.99
%7.69

CMYK Percentages of Color #cbc121

%0
%5
%84
%20

Triadic Colors of #cbc121

#cbc121 #21cbc1 #c121cb

Analogous Colors of #cbc121

#cbc121 #80cb21 #cb6c21

Monochromatic Colors of #cbc121

#cbc121

Complementary Color

#cbc121 #212bcb

#cbc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc121 Color CSS Codes

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

#cbc121 Text Font Color

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

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


#cbc121 Background Color

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

This div background color is #cbc121


#cbc121 Border Color

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

This div border color is #cbc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc121


Comments

No comments written yet.

Please login to write comment.