Color Hex Logo

#caab28 Color Hex

#CAAB28
(202,171,40)
0 Favorites   0 Comments

Color spaces of #caab28

RGB 20217140
HSL0.130.670.47
HSV49°80°79°
CMYK 0.000.150.80   0.21
XYZ39.303041.83568.0111
Yxy41.83560.44090.4693
Hunter Lab64.6804-4.725537.9329
CIE-Lab70.7574-1.449165.7760

#caab28 color RGB value is (202,171,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 00101000
Octal 312 253 50
Decimal 202 171 40
Hex CA AB 28

RGB Percentages of Color #caab28

%48.91
%41.40
%9.69

CMYK Percentages of Color #caab28

%0
%15
%80
%21

Triadic Colors of #caab28

#caab28 #28caab #ab28ca

Analogous Colors of #caab28

#caab28 #98ca28 #ca5a28

Monochromatic Colors of #caab28

#caab28

Complementary Color

#caab28 #2847ca

#caab28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab28 Color CSS Codes

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

#caab28 Text Font Color

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

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


#caab28 Background Color

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

This div background color is #caab28


#caab28 Border Color

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

This div border color is #caab28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab28


Comments

No comments written yet.

Please login to write comment.