Color Hex Logo

#caffc7 Color Hex

#CAFFC7
(202,255,199)
0 Favorites   0 Comments

Color spaces of #caffc7

RGB 202255199
HSL0.321.000.89
HSV117°22°100°
CMYK 0.210.000.22   0.00
XYZ70.425988.200167.3453
Yxy88.20010.31170.3903
Hunter Lab93.9149-30.495623.2243
CIE-Lab95.2451-27.057621.3982

#caffc7 color RGB value is (202,255,199).

#caffc7 hex color red value is 202, green value is 255 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #caffc7 hue: 0.32 , saturation: 1.00 and the lightness value of caffc7 is 0.89.

The process color (four color CMYK) of #caffc7 color hex is 0.21, 0.00, 0.22, 0.00. Web safe color of #caffc7 is #ccffcc. Color #caffc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11000111
Octal 312 377 307
Decimal 202 255 199
Hex CA FF C7

RGB Percentages of Color #caffc7

%30.79
%38.87
%30.34

CMYK Percentages of Color #caffc7

%21
%0
%22
%0

Triadic Colors of #caffc7

#caffc7 #c7caff #ffc7ca

Analogous Colors of #caffc7

#caffc7 #c7ffe0 #e6ffc7

Monochromatic Colors of #caffc7

#caffc7

Complementary Color

#caffc7 #fcc7ff

#caffc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffc7 Color CSS Codes

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

#caffc7 Text Font Color

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

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


#caffc7 Background Color

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

This div background color is #caffc7


#caffc7 Border Color

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

This div border color is #caffc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffc7


Comments

No comments written yet.

Please login to write comment.