Color Hex Logo

#cacb7e Color Hex

#CACB7E
(202,203,126)
0 Favorites   0 Comments

Color spaces of #cacb7e

RGB 202203126
HSL0.170.430.65
HSV61°38°80°
CMYK 0.000.000.38   0.20
XYZ49.479056.774828.0895
Yxy56.77480.36830.4226
Hunter Lab75.3491-14.646330.6415
CIE-Lab80.0528-11.800138.2898

#cacb7e color RGB value is (202,203,126).

#cacb7e hex color red value is 202, green value is 203 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cacb7e hue: 0.17 , saturation: 0.43 and the lightness value of cacb7e is 0.65.

The process color (four color CMYK) of #cacb7e color hex is 0.00, 0.00, 0.38, 0.20. Web safe color of #cacb7e is #cccc66. Color #cacb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001011 01111110
Octal 312 313 176
Decimal 202 203 126
Hex CA CB 7E

RGB Percentages of Color #cacb7e

%38.04
%38.23
%23.73

CMYK Percentages of Color #cacb7e

%0
%0
%38
%20

Triadic Colors of #cacb7e

#cacb7e #7ecacb #cb7eca

Analogous Colors of #cacb7e

#cacb7e #a4cb7e #cba67e

Monochromatic Colors of #cacb7e

#cacb7e

Complementary Color

#cacb7e #7f7ecb

#cacb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacb7e Color CSS Codes

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

#cacb7e Text Font Color

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

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


#cacb7e Background Color

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

This div background color is #cacb7e


#cacb7e Border Color

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

This div border color is #cacb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacb7e


Comments

No comments written yet.

Please login to write comment.