Color Hex Logo

#cca812 Color Hex

#CCA812
(204,168,18)
0 Favorites   0 Comments

Color spaces of #cca812

RGB 20416818
HSL0.130.840.44
HSV48°91°80°
CMYK 0.000.180.91   0.20
XYZ39.013740.88636.4079
Yxy40.88630.45200.4737
Hunter Lab63.9424-2.989538.8180
CIE-Lab70.09620.484870.6473

#cca812 color RGB value is (204,168,18).

#cca812 hex color red value is 204, green value is 168 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cca812 hue: 0.13 , saturation: 0.84 and the lightness value of cca812 is 0.44.

The process color (four color CMYK) of #cca812 color hex is 0.00, 0.18, 0.91, 0.20. Web safe color of #cca812 is #cc9900. Color #cca812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 00010010
Octal 314 250 22
Decimal 204 168 18
Hex CC A8 12

RGB Percentages of Color #cca812

%52.31
%43.08
%4.62

CMYK Percentages of Color #cca812

%0
%18
%91
%20

Triadic Colors of #cca812

#cca812 #12cca8 #a812cc

Analogous Colors of #cca812

#cca812 #93cc12 #cc4b12

Monochromatic Colors of #cca812

#cca812

Complementary Color

#cca812 #1236cc

#cca812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca812 Color CSS Codes

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

#cca812 Text Font Color

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

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


#cca812 Background Color

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

This div background color is #cca812


#cca812 Border Color

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

This div border color is #cca812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca812


Comments

No comments written yet.

Please login to write comment.