Color Hex Logo

#caba57 Color Hex

#CABA57
(202,186,87)
0 Favorites   0 Comments

Color spaces of #caba57

RGB 20218687
HSL0.140.520.57
HSV52°57°79°
CMYK 0.000.080.57   0.21
XYZ43.636348.362516.0518
Yxy48.36250.40390.4476
Hunter Lab69.5432-9.697034.9950
CIE-Lab75.0530-6.748951.3343

#caba57 color RGB value is (202,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 01010111
Octal 312 272 127
Decimal 202 186 87
Hex CA BA 57

RGB Percentages of Color #caba57

%42.53
%39.16
%18.32

CMYK Percentages of Color #caba57

%0
%8
%57
%21

Triadic Colors of #caba57

#caba57 #57caba #ba57ca

Analogous Colors of #caba57

#caba57 #a1ca57 #ca8157

Monochromatic Colors of #caba57

#caba57

Complementary Color

#caba57 #5767ca

#caba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caba57 Color CSS Codes

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

#caba57 Text Font Color

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

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


#caba57 Background Color

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

This div background color is #caba57


#caba57 Border Color

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

This div border color is #caba57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,186,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 #caba57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caba57


Comments

No comments written yet.

Please login to write comment.