Color Hex Logo

#cac67d Color Hex

#CAC67D
(202,198,125)
0 Favorites   0 Comments

Color spaces of #cac67d

RGB 202198125
HSL0.160.420.64
HSV57°38°79°
CMYK 0.000.020.38   0.21
XYZ48.252954.425427.3640
Yxy54.42540.37110.4185
Hunter Lab73.7736-12.352729.6497
CIE-Lab78.7091-9.358837.0789

#cac67d color RGB value is (202,198,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000110 01111101
Octal 312 306 175
Decimal 202 198 125
Hex CA C6 7D

RGB Percentages of Color #cac67d

%38.48
%37.71
%23.81

CMYK Percentages of Color #cac67d

%0
%2
%38
%21

Triadic Colors of #cac67d

#cac67d #7dcac6 #c67dca

Analogous Colors of #cac67d

#cac67d #a8ca7d #caa07d

Monochromatic Colors of #cac67d

#cac67d

Complementary Color

#cac67d #7d81ca

#cac67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac67d Color CSS Codes

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

#cac67d Text Font Color

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

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


#cac67d Background Color

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

This div background color is #cac67d


#cac67d Border Color

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

This div border color is #cac67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac67d


Comments

No comments written yet.

Please login to write comment.