Color Hex Logo

#caab2d Color Hex

#CAAB2D
(202,171,45)
0 Favorites   0 Comments

Color spaces of #caab2d

RGB 20217145
HSL0.130.640.48
HSV48°78°79°
CMYK 0.000.150.78   0.21
XYZ39.393741.87188.4884
Yxy41.87180.43890.4665
Hunter Lab64.7084-4.571137.5183
CIE-Lab70.7824-1.270664.1867

#caab2d color RGB value is (202,171,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 00101101
Octal 312 253 55
Decimal 202 171 45
Hex CA AB 2D

RGB Percentages of Color #caab2d

%48.33
%40.91
%10.77

CMYK Percentages of Color #caab2d

%0
%15
%78
%21

Triadic Colors of #caab2d

#caab2d #2dcaab #ab2dca

Analogous Colors of #caab2d

#caab2d #9bca2d #ca5d2d

Monochromatic Colors of #caab2d

#caab2d

Complementary Color

#caab2d #2d4cca

#caab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab2d Color CSS Codes

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

#caab2d Text Font Color

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

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


#caab2d Background Color

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

This div background color is #caab2d


#caab2d Border Color

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

This div border color is #caab2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,171,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 #caab2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab2d


Comments

No comments written yet.

Please login to write comment.