Color Hex Logo

#caab15 Color Hex

#CAAB15
(202,171,21)
0 Favorites   0 Comments

Color spaces of #caab15

RGB 20217121
HSL0.140.810.44
HSV50°90°79°
CMYK 0.000.150.90   0.21
XYZ39.055441.73656.7070
Yxy41.73650.44640.4770
Hunter Lab64.6038-5.146739.0673
CIE-Lab70.6889-1.937570.4771

#caab15 color RGB value is (202,171,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 00010101
Octal 312 253 25
Decimal 202 171 21
Hex CA AB 15

RGB Percentages of Color #caab15

%51.27
%43.40
%5.33

CMYK Percentages of Color #caab15

%0
%15
%90
%21

Triadic Colors of #caab15

#caab15 #15caab #ab15ca

Analogous Colors of #caab15

#caab15 #8fca15 #ca5115

Monochromatic Colors of #caab15

#caab15

Complementary Color

#caab15 #1534ca

#caab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab15 Color CSS Codes

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

#caab15 Text Font Color

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

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


#caab15 Background Color

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

This div background color is #caab15


#caab15 Border Color

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

This div border color is #caab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab15


Comments

No comments written yet.

Please login to write comment.