Color Hex Logo

#cabc5c Color Hex

#CABC5C
(202,188,92)
0 Favorites   0 Comments

Color spaces of #cabc5c

RGB 20218892
HSL0.150.510.58
HSV52°54°79°
CMYK 0.000.070.54   0.21
XYZ44.272149.295717.3068
Yxy49.29570.39930.4446
Hunter Lab70.2109-10.314334.5328
CIE-Lab75.6349-7.392949.6529

#cabc5c color RGB value is (202,188,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01011100
Octal 312 274 134
Decimal 202 188 92
Hex CA BC 5C

RGB Percentages of Color #cabc5c

%41.91
%39.00
%19.09

CMYK Percentages of Color #cabc5c

%0
%7
%54
%21

Triadic Colors of #cabc5c

#cabc5c #5ccabc #bc5cca

Analogous Colors of #cabc5c

#cabc5c #a1ca5c #ca855c

Monochromatic Colors of #cabc5c

#cabc5c

Complementary Color

#cabc5c #5c6aca

#cabc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc5c Color CSS Codes

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

#cabc5c Text Font Color

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

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


#cabc5c Background Color

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

This div background color is #cabc5c


#cabc5c Border Color

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

This div border color is #cabc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc5c


Comments

No comments written yet.

Please login to write comment.