Color Hex Logo

#cabc5f Color Hex

#CABC5F
(202,188,95)
0 Favorites   0 Comments

Color spaces of #cabc5f

RGB 20218895
HSL0.140.500.58
HSV52°53°79°
CMYK 0.000.070.53   0.21
XYZ44.405949.349218.0114
Yxy49.34920.39730.4415
Hunter Lab70.2490-10.102033.9727
CIE-Lab75.6681-7.145648.2593

#cabc5f color RGB value is (202,188,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01011111
Octal 312 274 137
Decimal 202 188 95
Hex CA BC 5F

RGB Percentages of Color #cabc5f

%41.65
%38.76
%19.59

CMYK Percentages of Color #cabc5f

%0
%7
%53
%21

Triadic Colors of #cabc5f

#cabc5f #5fcabc #bc5fca

Analogous Colors of #cabc5f

#cabc5f #a3ca5f #ca875f

Monochromatic Colors of #cabc5f

#cabc5f

Complementary Color

#cabc5f #5f6dca

#cabc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc5f Color CSS Codes

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

#cabc5f Text Font Color

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

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


#cabc5f Background Color

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

This div background color is #cabc5f


#cabc5f Border Color

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

This div border color is #cabc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc5f


Comments

No comments written yet.

Please login to write comment.