Color Hex Logo

#cab71d Color Hex

#CAB71D
(202,183,29)
0 Favorites   0 Comments

Color spaces of #cab71d

RGB 20218329
HSL0.150.750.45
HSV53°86°79°
CMYK 0.000.090.86   0.21
XYZ41.512446.51227.9522
Yxy46.51220.43250.4846
Hunter Lab68.1999-10.699040.8266
CIE-Lab73.8767-8.040971.3599

#cab71d color RGB value is (202,183,29).

#cab71d hex color red value is 202, green value is 183 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cab71d hue: 0.15 , saturation: 0.75 and the lightness value of cab71d is 0.45.

The process color (four color CMYK) of #cab71d color hex is 0.00, 0.09, 0.86, 0.21. Web safe color of #cab71d is #cccc33. Color #cab71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00011101
Octal 312 267 35
Decimal 202 183 29
Hex CA B7 1D

RGB Percentages of Color #cab71d

%48.79
%44.20
%7.00

CMYK Percentages of Color #cab71d

%0
%9
%86
%21

Triadic Colors of #cab71d

#cab71d #1dcab7 #b71dca

Analogous Colors of #cab71d

#cab71d #87ca1d #ca601d

Monochromatic Colors of #cab71d

#cab71d

Complementary Color

#cab71d #1d30ca

#cab71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab71d Color CSS Codes

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

#cab71d Text Font Color

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

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


#cab71d Background Color

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

This div background color is #cab71d


#cab71d Border Color

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

This div border color is #cab71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab71d


Comments

No comments written yet.

Please login to write comment.