Color Hex Logo

#cac78d Color Hex

#CAC78D
(202,199,141)
0 Favorites   0 Comments

Color spaces of #cac78d

RGB 202199141
HSL0.160.370.67
HSV57°30°79°
CMYK 0.000.010.30   0.21
XYZ49.588355.326533.2648
Yxy55.32650.35890.4004
Hunter Lab74.3818-11.167125.5518
CIE-Lab79.2290-7.953229.4866

#cac78d color RGB value is (202,199,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 10001101
Octal 312 307 215
Decimal 202 199 141
Hex CA C7 8D

RGB Percentages of Color #cac78d

%37.27
%36.72
%26.01

CMYK Percentages of Color #cac78d

%0
%1
%30
%21

Triadic Colors of #cac78d

#cac78d #8dcac7 #c78dca

Analogous Colors of #cac78d

#cac78d #afca8d #caa98d

Monochromatic Colors of #cac78d

#cac78d

Complementary Color

#cac78d #8d90ca

#cac78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac78d Color CSS Codes

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

#cac78d Text Font Color

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

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


#cac78d Background Color

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

This div background color is #cac78d


#cac78d Border Color

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

This div border color is #cac78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac78d


Comments

No comments written yet.

Please login to write comment.