Color Hex Logo

#caa62d Color Hex

#CAA62D
(202,166,45)
0 Favorites   0 Comments

Color spaces of #caa62d

RGB 20216645
HSL0.130.640.48
HSV46°78°79°
CMYK 0.000.180.78   0.21
XYZ38.467040.01858.1795
Yxy40.01850.44390.4618
Hunter Lab63.2602-2.163736.6160
CIE-Lab69.48271.385362.9950

#caa62d color RGB value is (202,166,45).

#caa62d hex color red value is 202, green value is 166 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #caa62d hue: 0.13 , saturation: 0.64 and the lightness value of caa62d is 0.48.

The process color (four color CMYK) of #caa62d color hex is 0.00, 0.18, 0.78, 0.21. Web safe color of #caa62d is #cc9933. Color #caa62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 00101101
Octal 312 246 55
Decimal 202 166 45
Hex CA A6 2D

RGB Percentages of Color #caa62d

%48.91
%40.19
%10.90

CMYK Percentages of Color #caa62d

%0
%18
%78
%21

Triadic Colors of #caa62d

#caa62d #2dcaa6 #a62dca

Analogous Colors of #caa62d

#caa62d #a0ca2d #ca582d

Monochromatic Colors of #caa62d

#caa62d

Complementary Color

#caa62d #2d51ca

#caa62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa62d Color CSS Codes

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

#caa62d Text Font Color

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

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


#caa62d Background Color

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

This div background color is #caa62d


#caa62d Border Color

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

This div border color is #caa62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa62d


Comments

No comments written yet.

Please login to write comment.