Color Hex Logo

#cab65b Color Hex

#CAB65B
(202,182,91)
0 Favorites   0 Comments

Color spaces of #cab65b

RGB 20218291
HSL0.140.510.57
HSV49°55°79°
CMYK 0.000.100.55   0.21
XYZ42.973446.767816.6597
Yxy46.76780.40390.4395
Hunter Lab68.3870-7.510433.4273
CIE-Lab74.0410-4.350148.2722

#cab65b color RGB value is (202,182,91).

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

The process color (four color CMYK) of #cab65b color hex is 0.00, 0.10, 0.55, 0.21. Web safe color of #cab65b is #cccc66. Color #cab65b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 01011011
Octal 312 266 133
Decimal 202 182 91
Hex CA B6 5B

RGB Percentages of Color #cab65b

%42.53
%38.32
%19.16

CMYK Percentages of Color #cab65b

%0
%10
%55
%21

Triadic Colors of #cab65b

#cab65b #5bcab6 #b65bca

Analogous Colors of #cab65b

#cab65b #a7ca5b #ca7f5b

Monochromatic Colors of #cab65b

#cab65b

Complementary Color

#cab65b #5b6fca

#cab65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab65b Color CSS Codes

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

#cab65b Text Font Color

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

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


#cab65b Background Color

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

This div background color is #cab65b


#cab65b Border Color

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

This div border color is #cab65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab65b


Comments

No comments written yet.

Please login to write comment.