Color Hex Logo

#cacf7e Color Hex

#CACF7E
(202,207,126)
0 Favorites   0 Comments

Color spaces of #cacf7e

RGB 202207126
HSL0.180.460.65
HSV64°39°81°
CMYK 0.020.000.39   0.19
XYZ50.435858.688628.4084
Yxy58.68860.36670.4267
Hunter Lab76.6085-16.548031.6397
CIE-Lab81.1201-13.824739.6501

#cacf7e color RGB value is (202,207,126).

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

The process color (four color CMYK) of #cacf7e color hex is 0.02, 0.00, 0.39, 0.19. Web safe color of #cacf7e is #cccc66. Color #cacf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001111 01111110
Octal 312 317 176
Decimal 202 207 126
Hex CA CF 7E

RGB Percentages of Color #cacf7e

%37.76
%38.69
%23.55

CMYK Percentages of Color #cacf7e

%2
%0
%39
%19

Triadic Colors of #cacf7e

#cacf7e #7ecacf #cf7eca

Analogous Colors of #cacf7e

#cacf7e #a2cf7e #cfac7e

Monochromatic Colors of #cacf7e

#cacf7e

Complementary Color

#cacf7e #837ecf

#cacf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacf7e Color CSS Codes

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

#cacf7e Text Font Color

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

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


#cacf7e Background Color

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

This div background color is #cacf7e


#cacf7e Border Color

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

This div border color is #cacf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacf7e


Comments

No comments written yet.

Please login to write comment.