Color Hex Logo

#cab957 Color Hex

#CAB957
(202,185,87)
0 Favorites   0 Comments

Color spaces of #cab957

RGB 20218587
HSL0.140.520.57
HSV51°57°79°
CMYK 0.000.080.57   0.21
XYZ43.426447.942615.9819
Yxy47.94260.40450.4466
Hunter Lab69.2406-9.219234.7833
CIE-Lab74.7887-6.229251.0322

#cab957 color RGB value is (202,185,87).

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

The process color (four color CMYK) of #cab957 color hex is 0.00, 0.08, 0.57, 0.21. Web safe color of #cab957 is #cccc66. Color #cab957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01010111
Octal 312 271 127
Decimal 202 185 87
Hex CA B9 57

RGB Percentages of Color #cab957

%42.62
%39.03
%18.35

CMYK Percentages of Color #cab957

%0
%8
%57
%21

Triadic Colors of #cab957

#cab957 #57cab9 #b957ca

Analogous Colors of #cab957

#cab957 #a2ca57 #ca8057

Monochromatic Colors of #cab957

#cab957

Complementary Color

#cab957 #5768ca

#cab957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab957 Color CSS Codes

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

#cab957 Text Font Color

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

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


#cab957 Background Color

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

This div background color is #cab957


#cab957 Border Color

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

This div border color is #cab957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab957


Comments

No comments written yet.

Please login to write comment.