Color Hex Logo

#cab43b Color Hex

#CAB43B
(202,180,59)
0 Favorites   0 Comments

Color spaces of #cab43b

RGB 20218059
HSL0.140.570.51
HSV51°71°79°
CMYK 0.000.110.71   0.21
XYZ41.467845.514810.7373
Yxy45.51480.42440.4658
Hunter Lab67.4647-8.346437.7890
CIE-Lab73.2296-5.387761.4435

#cab43b color RGB value is (202,180,59).

#cab43b hex color red value is 202, green value is 180 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cab43b hue: 0.14 , saturation: 0.57 and the lightness value of cab43b is 0.51.

The process color (four color CMYK) of #cab43b color hex is 0.00, 0.11, 0.71, 0.21. Web safe color of #cab43b is #cccc33. Color #cab43b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 00111011
Octal 312 264 73
Decimal 202 180 59
Hex CA B4 3B

RGB Percentages of Color #cab43b

%45.80
%40.82
%13.38

CMYK Percentages of Color #cab43b

%0
%11
%71
%21

Triadic Colors of #cab43b

#cab43b #3bcab4 #b43bca

Analogous Colors of #cab43b

#cab43b #99ca3b #ca6d3b

Monochromatic Colors of #cab43b

#cab43b

Complementary Color

#cab43b #3b51ca

#cab43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab43b Color CSS Codes

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

#cab43b Text Font Color

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

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


#cab43b Background Color

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

This div background color is #cab43b


#cab43b Border Color

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

This div border color is #cab43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab43b


Comments

No comments written yet.

Please login to write comment.