Color Hex Logo

#ccb21a Color Hex

#CCB21A
(204,178,26)
0 Favorites   0 Comments

Color spaces of #ccb21a

RGB 20417826
HSL0.140.770.45
HSV51°87°80°
CMYK 0.000.130.87   0.20
XYZ41.008744.75277.4540
Yxy44.75270.43990.4801
Hunter Lab66.8975-7.648640.2219
CIE-Lab72.7288-4.633671.1643

#ccb21a color RGB value is (204,178,26).

#ccb21a hex color red value is 204, green value is 178 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ccb21a hue: 0.14 , saturation: 0.77 and the lightness value of ccb21a is 0.45.

The process color (four color CMYK) of #ccb21a color hex is 0.00, 0.13, 0.87, 0.20. Web safe color of #ccb21a is #cc9933. Color #ccb21a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 00011010
Octal 314 262 32
Decimal 204 178 26
Hex CC B2 1A

RGB Percentages of Color #ccb21a

%50.00
%43.63
%6.37

CMYK Percentages of Color #ccb21a

%0
%13
%87
%20

Triadic Colors of #ccb21a

#ccb21a #1accb2 #b21acc

Analogous Colors of #ccb21a

#ccb21a #8dcc1a #cc591a

Monochromatic Colors of #ccb21a

#ccb21a

Complementary Color

#ccb21a #1a34cc

#ccb21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb21a Color CSS Codes

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

#ccb21a Text Font Color

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

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


#ccb21a Background Color

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

This div background color is #ccb21a


#ccb21a Border Color

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

This div border color is #ccb21a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,178,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb21a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb21a;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb21a;
  box-shadow:         1px 1px 3px 2px #ccb21a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,178,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb21a


Comments

No comments written yet.

Please login to write comment.