Color Hex Logo

#caac14 Color Hex

#CAAC14
(202,172,20)
0 Favorites   0 Comments

Color spaces of #caac14

RGB 20217220
HSL0.140.820.44
HSV50°90°79°
CMYK 0.000.150.90   0.21
XYZ39.235942.11216.7223
Yxy42.11210.44550.4782
Hunter Lab64.8938-5.640139.2839
CIE-Lab70.9481-2.483370.8641

#caac14 color RGB value is (202,172,20).

#caac14 hex color red value is 202, green value is 172 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #caac14 hue: 0.14 , saturation: 0.82 and the lightness value of caac14 is 0.44.

The process color (four color CMYK) of #caac14 color hex is 0.00, 0.15, 0.90, 0.21. Web safe color of #caac14 is #cc9900. Color #caac14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 00010100
Octal 312 254 24
Decimal 202 172 20
Hex CA AC 14

RGB Percentages of Color #caac14

%51.27
%43.65
%5.08

CMYK Percentages of Color #caac14

%0
%15
%90
%21

Triadic Colors of #caac14

#caac14 #14caac #ac14ca

Analogous Colors of #caac14

#caac14 #8dca14 #ca5114

Monochromatic Colors of #caac14

#caac14

Complementary Color

#caac14 #1432ca

#caac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caac14 Color CSS Codes

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

#caac14 Text Font Color

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

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


#caac14 Background Color

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

This div background color is #caac14


#caac14 Border Color

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

This div border color is #caac14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,172,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caac14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caac14;
  -webkit-box-shadow: 1px 1px 3px 2px #caac14;
  box-shadow:         1px 1px 3px 2px #caac14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,172,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caac14


Comments

No comments written yet.

Please login to write comment.