Color Hex Logo

#cab85d Color Hex

#CAB85D
(202,184,93)
0 Favorites   0 Comments

Color spaces of #cab85d

RGB 20218493
HSL0.140.510.58
HSV50°54°79°
CMYK 0.000.090.54   0.21
XYZ43.473447.627817.2577
Yxy47.62780.40120.4395
Hunter Lab69.0129-8.329833.4827
CIE-Lab74.5896-5.231947.9531

#cab85d color RGB value is (202,184,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 01011101
Octal 312 270 135
Decimal 202 184 93
Hex CA B8 5D

RGB Percentages of Color #cab85d

%42.17
%38.41
%19.42

CMYK Percentages of Color #cab85d

%0
%9
%54
%21

Triadic Colors of #cab85d

#cab85d #5dcab8 #b85dca

Analogous Colors of #cab85d

#cab85d #a6ca5d #ca825d

Monochromatic Colors of #cab85d

#cab85d

Complementary Color

#cab85d #5d6fca

#cab85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab85d Color CSS Codes

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

#cab85d Text Font Color

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

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


#cab85d Background Color

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

This div background color is #cab85d


#cab85d Border Color

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

This div border color is #cab85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab85d


Comments

No comments written yet.

Please login to write comment.