Color Hex Logo

#cab85f Color Hex

#CAB85F
(202,184,95)
0 Favorites   0 Comments

Color spaces of #cab85f

RGB 20218495
HSL0.140.500.58
HSV50°53°79°
CMYK 0.000.090.53   0.21
XYZ43.563247.663817.7305
Yxy47.66380.39980.4375
Hunter Lab69.0390-8.185733.1005
CIE-Lab74.6124-5.065247.0129

#cab85f color RGB value is (202,184,95).

#cab85f hex color red value is 202, green value is 184 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cab85f hue: 0.14 , saturation: 0.50 and the lightness value of cab85f is 0.58.

The process color (four color CMYK) of #cab85f color hex is 0.00, 0.09, 0.53, 0.21. Web safe color of #cab85f is #cccc66. Color #cab85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 01011111
Octal 312 270 137
Decimal 202 184 95
Hex CA B8 5F

RGB Percentages of Color #cab85f

%42.00
%38.25
%19.75

CMYK Percentages of Color #cab85f

%0
%9
%53
%21

Triadic Colors of #cab85f

#cab85f #5fcab8 #b85fca

Analogous Colors of #cab85f

#cab85f #a7ca5f #ca835f

Monochromatic Colors of #cab85f

#cab85f

Complementary Color

#cab85f #5f71ca

#cab85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab85f Color CSS Codes

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

#cab85f Text Font Color

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

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


#cab85f Background Color

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

This div background color is #cab85f


#cab85f Border Color

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

This div border color is #cab85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab85f


Comments

No comments written yet.

Please login to write comment.