Color Hex Logo

#cca41b Color Hex

#CCA41B
(204,164,27)
0 Favorites   0 Comments

Color spaces of #cca41b

RGB 20416427
HSL0.130.770.45
HSV46°87°80°
CMYK 0.000.200.87   0.20
XYZ38.375139.46746.6323
Yxy39.46740.45430.4672
Hunter Lab62.8231-0.904837.7169
CIE-Lab69.08852.789768.0122

#cca41b color RGB value is (204,164,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 00011011
Octal 314 244 33
Decimal 204 164 27
Hex CC A4 1B

RGB Percentages of Color #cca41b

%51.65
%41.52
%6.84

CMYK Percentages of Color #cca41b

%0
%20
%87
%20

Triadic Colors of #cca41b

#cca41b #1bcca4 #a41bcc

Analogous Colors of #cca41b

#cca41b #9ccc1b #cc4c1b

Monochromatic Colors of #cca41b

#cca41b

Complementary Color

#cca41b #1b43cc

#cca41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca41b Color CSS Codes

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

#cca41b Text Font Color

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

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


#cca41b Background Color

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

This div background color is #cca41b


#cca41b Border Color

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

This div border color is #cca41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca41b


Comments

No comments written yet.

Please login to write comment.