Color Hex Logo

#cac88d Color Hex

#CAC88D
(202,200,141)
0 Favorites   0 Comments

Color spaces of #cac88d

RGB 202200141
HSL0.160.370.67
HSV58°30°79°
CMYK 0.000.010.30   0.21
XYZ49.819155.788233.3418
Yxy55.78820.35850.4015
Hunter Lab74.6915-11.650925.8174
CIE-Lab79.4931-8.468429.8382

#cac88d color RGB value is (202,200,141).

#cac88d hex color red value is 202, green value is 200 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cac88d hue: 0.16 , saturation: 0.37 and the lightness value of cac88d is 0.67.

The process color (four color CMYK) of #cac88d color hex is 0.00, 0.01, 0.30, 0.21. Web safe color of #cac88d is #cccc99. Color #cac88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001000 10001101
Octal 312 310 215
Decimal 202 200 141
Hex CA C8 8D

RGB Percentages of Color #cac88d

%37.20
%36.83
%25.97

CMYK Percentages of Color #cac88d

%0
%1
%30
%21

Triadic Colors of #cac88d

#cac88d #8dcac8 #c88dca

Analogous Colors of #cac88d

#cac88d #aeca8d #caaa8d

Monochromatic Colors of #cac88d

#cac88d

Complementary Color

#cac88d #8d8fca

#cac88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac88d Color CSS Codes

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

#cac88d Text Font Color

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

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


#cac88d Background Color

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

This div background color is #cac88d


#cac88d Border Color

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

This div border color is #cac88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac88d


Comments

No comments written yet.

Please login to write comment.