Color Hex Logo

#cabc85 Color Hex

#CABC85
(202,188,133)
0 Favorites   0 Comments

Color spaces of #cabc85

RGB 202188133
HSL0.130.390.66
HSV48°34°79°
CMYK 0.000.070.34   0.21
XYZ46.574050.216529.4283
Yxy50.21650.36900.3979
Hunter Lab70.8636-6.695024.9825
CIE-Lab76.2020-3.232729.6590

#cabc85 color RGB value is (202,188,133).

#cabc85 hex color red value is 202, green value is 188 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cabc85 hue: 0.13 , saturation: 0.39 and the lightness value of cabc85 is 0.66.

The process color (four color CMYK) of #cabc85 color hex is 0.00, 0.07, 0.34, 0.21. Web safe color of #cabc85 is #cccc99. Color #cabc85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 10000101
Octal 312 274 205
Decimal 202 188 133
Hex CA BC 85

RGB Percentages of Color #cabc85

%38.62
%35.95
%25.43

CMYK Percentages of Color #cabc85

%0
%7
%34
%21

Triadic Colors of #cabc85

#cabc85 #85cabc #bc85ca

Analogous Colors of #cabc85

#cabc85 #b6ca85 #ca9a85

Monochromatic Colors of #cabc85

#cabc85

Complementary Color

#cabc85 #8593ca

#cabc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc85 Color CSS Codes

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

#cabc85 Text Font Color

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

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


#cabc85 Background Color

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

This div background color is #cabc85


#cabc85 Border Color

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

This div border color is #cabc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc85


Comments

No comments written yet.

Please login to write comment.