Color Hex Logo

#caa90d Color Hex

#CAA90D
(202,169,13)
0 Favorites   0 Comments

Color spaces of #caa90d

RGB 20216913
HSL0.140.880.42
HSV50°94°79°
CMYK 0.000.160.94   0.21
XYZ38.617740.96156.2518
Yxy40.96150.44990.4772
Hunter Lab64.0012-4.296839.0092
CIE-Lab70.1489-1.004171.3751

#caa90d color RGB value is (202,169,13).

#caa90d hex color red value is 202, green value is 169 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #caa90d hue: 0.14 , saturation: 0.88 and the lightness value of caa90d is 0.42.

The process color (four color CMYK) of #caa90d color hex is 0.00, 0.16, 0.94, 0.21. Web safe color of #caa90d is #cc9900. Color #caa90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 00001101
Octal 312 251 15
Decimal 202 169 13
Hex CA A9 D

RGB Percentages of Color #caa90d

%52.60
%44.01
%3.39

CMYK Percentages of Color #caa90d

%0
%16
%94
%21

Triadic Colors of #caa90d

#caa90d #0dcaa9 #a90dca

Analogous Colors of #caa90d

#caa90d #8dca0d #ca4b0d

Monochromatic Colors of #caa90d

#caa90d

Complementary Color

#caa90d #0d2eca

#caa90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa90d Color CSS Codes

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

#caa90d Text Font Color

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

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


#caa90d Background Color

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

This div background color is #caa90d


#caa90d Border Color

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

This div border color is #caa90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa90d


Comments

No comments written yet.

Please login to write comment.