Color Hex Logo

#cab04d Color Hex

#CAB04D
(202,176,77)
0 Favorites   0 Comments

Color spaces of #cab04d

RGB 20217677
HSL0.130.540.55
HSV48°62°79°
CMYK 0.000.130.62   0.21
XYZ41.222044.143013.3690
Yxy44.14300.41750.4471
Hunter Lab66.4402-5.522234.5779
CIE-Lab72.3240-2.235052.8774

#cab04d color RGB value is (202,176,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 01001101
Octal 312 260 115
Decimal 202 176 77
Hex CA B0 4D

RGB Percentages of Color #cab04d

%44.40
%38.68
%16.92

CMYK Percentages of Color #cab04d

%0
%13
%62
%21

Triadic Colors of #cab04d

#cab04d #4dcab0 #b04dca

Analogous Colors of #cab04d

#cab04d #a6ca4d #ca724d

Monochromatic Colors of #cab04d

#cab04d

Complementary Color

#cab04d #4d67ca

#cab04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab04d Color CSS Codes

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

#cab04d Text Font Color

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

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


#cab04d Background Color

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

This div background color is #cab04d


#cab04d Border Color

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

This div border color is #cab04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab04d


Comments

No comments written yet.

Please login to write comment.