Color Hex Logo

#cca91e Color Hex

#CCA91E
(204,169,30)
0 Favorites   0 Comments

Color spaces of #cca91e

RGB 20416930
HSL0.130.740.46
HSV48°85°80°
CMYK 0.000.170.85   0.20
XYZ39.324241.30707.1287
Yxy41.30700.44810.4707
Hunter Lab64.2705-3.257438.4131
CIE-Lab70.39050.199568.3407

#cca91e color RGB value is (204,169,30).

#cca91e hex color red value is 204, green value is 169 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cca91e hue: 0.13 , saturation: 0.74 and the lightness value of cca91e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 00011110
Octal 314 251 36
Decimal 204 169 30
Hex CC A9 1E

RGB Percentages of Color #cca91e

%50.62
%41.94
%7.44

CMYK Percentages of Color #cca91e

%0
%17
%85
%20

Triadic Colors of #cca91e

#cca91e #1ecca9 #a91ecc

Analogous Colors of #cca91e

#cca91e #98cc1e #cc521e

Monochromatic Colors of #cca91e

#cca91e

Complementary Color

#cca91e #1e41cc

#cca91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca91e Color CSS Codes

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

#cca91e Text Font Color

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

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


#cca91e Background Color

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

This div background color is #cca91e


#cca91e Border Color

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

This div border color is #cca91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca91e


Comments

No comments written yet.

Please login to write comment.