Color Hex Logo

#cbb421 Color Hex

#CBB421
(203,180,33)
0 Favorites   0 Comments

Color spaces of #cbb421

RGB 20318033
HSL0.140.720.46
HSV52°84°80°
CMYK 0.000.110.84   0.20
XYZ41.224445.44888.0386
Yxy45.44880.43530.4799
Hunter Lab67.4157-8.825640.1213
CIE-Lab73.1864-5.945169.8681

#cbb421 color RGB value is (203,180,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 00100001
Octal 313 264 41
Decimal 203 180 33
Hex CB B4 21

RGB Percentages of Color #cbb421

%48.80
%43.27
%7.93

CMYK Percentages of Color #cbb421

%0
%11
%84
%20

Triadic Colors of #cbb421

#cbb421 #21cbb4 #b421cb

Analogous Colors of #cbb421

#cbb421 #8dcb21 #cb5f21

Monochromatic Colors of #cbb421

#cbb421

Complementary Color

#cbb421 #2138cb

#cbb421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb421 Color CSS Codes

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

#cbb421 Text Font Color

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

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


#cbb421 Background Color

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

This div background color is #cbb421


#cbb421 Border Color

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

This div border color is #cbb421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb421


Comments

No comments written yet.

Please login to write comment.