Color Hex Logo

#cbc421 Color Hex

#CBC421
(203,196,33)
0 Favorites   0 Comments

Color spaces of #cbc421

RGB 20319633
HSL0.160.720.46
HSV58°84°80°
CMYK 0.000.030.84   0.20
XYZ44.643052.28629.1781
Yxy52.28620.42070.4928
Hunter Lab72.3092-16.336943.0908
CIE-Lab77.4517-14.144373.4314

#cbc421 color RGB value is (203,196,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 00100001
Octal 313 304 41
Decimal 203 196 33
Hex CB C4 21

RGB Percentages of Color #cbc421

%46.99
%45.37
%7.64

CMYK Percentages of Color #cbc421

%0
%3
%84
%20

Triadic Colors of #cbc421

#cbc421 #21cbc4 #c421cb

Analogous Colors of #cbc421

#cbc421 #7dcb21 #cb6f21

Monochromatic Colors of #cbc421

#cbc421

Complementary Color

#cbc421 #2128cb

#cbc421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc421 Color CSS Codes

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

#cbc421 Text Font Color

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

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


#cbc421 Background Color

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

This div background color is #cbc421


#cbc421 Border Color

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

This div border color is #cbc421


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,196,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 #cbc421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc421


Comments

No comments written yet.

Please login to write comment.