Color Hex Logo

#cab058 Color Hex

#CAB058
(202,176,88)
0 Favorites   0 Comments

Color spaces of #cab058

RGB 20217688
HSL0.130.520.57
HSV46°56°79°
CMYK 0.000.130.56   0.21
XYZ41.643944.311815.5907
Yxy44.31180.41010.4364
Hunter Lab66.5671-4.824132.7106
CIE-Lab72.4364-1.432847.8444

#cab058 color RGB value is (202,176,88).

#cab058 hex color red value is 202, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cab058 hue: 0.13 , saturation: 0.52 and the lightness value of cab058 is 0.57.

The process color (four color CMYK) of #cab058 color hex is 0.00, 0.13, 0.56, 0.21. Web safe color of #cab058 is #cc9966. Color #cab058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 01011000
Octal 312 260 130
Decimal 202 176 88
Hex CA B0 58

RGB Percentages of Color #cab058

%43.35
%37.77
%18.88

CMYK Percentages of Color #cab058

%0
%13
%56
%21

Triadic Colors of #cab058

#cab058 #58cab0 #b058ca

Analogous Colors of #cab058

#cab058 #abca58 #ca7758

Monochromatic Colors of #cab058

#cab058

Complementary Color

#cab058 #5872ca

#cab058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab058 Color CSS Codes

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

#cab058 Text Font Color

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

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


#cab058 Background Color

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

This div background color is #cab058


#cab058 Border Color

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

This div border color is #cab058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab058


Comments

No comments written yet.

Please login to write comment.