Color Hex Logo

#cac97d Color Hex

#CAC97D
(202,201,125)
0 Favorites   0 Comments

Color spaces of #cac97d

RGB 202201125
HSL0.160.420.64
HSV59°38°79°
CMYK 0.000.000.38   0.21
XYZ48.945455.810527.5948
Yxy55.81050.36980.4217
Hunter Lab74.7064-13.788430.3942
CIE-Lab79.5058-10.893838.0987

#cac97d color RGB value is (202,201,125).

#cac97d hex color red value is 202, green value is 201 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cac97d hue: 0.16 , saturation: 0.42 and the lightness value of cac97d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001001 01111101
Octal 312 311 175
Decimal 202 201 125
Hex CA C9 7D

RGB Percentages of Color #cac97d

%38.26
%38.07
%23.67

CMYK Percentages of Color #cac97d

%0
%0
%38
%21

Triadic Colors of #cac97d

#cac97d #7dcac9 #c97dca

Analogous Colors of #cac97d

#cac97d #a5ca7d #caa37d

Monochromatic Colors of #cac97d

#cac97d

Complementary Color

#cac97d #7d7eca

#cac97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac97d Color CSS Codes

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

#cac97d Text Font Color

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

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


#cac97d Background Color

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

This div background color is #cac97d


#cac97d Border Color

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

This div border color is #cac97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac97d


Comments

No comments written yet.

Please login to write comment.