Color Hex Logo

#caff7e Color Hex

#CAFF7E
(202,255,126)
0 Favorites   0 Comments

Color spaces of #caff7e

RGB 202255126
HSL0.241.000.75
HSV85°51°100°
CMYK 0.210.000.51   0.00
XYZ63.883085.582932.8908
Yxy85.58290.35030.4693
Hunter Lab92.5110-38.632143.6781
CIE-Lab94.1337-36.736355.6912

#caff7e color RGB value is (202,255,126).

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

The process color (four color CMYK) of #caff7e color hex is 0.21, 0.00, 0.51, 0.00. Web safe color of #caff7e is #ccff66. Color #caff7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 01111110
Octal 312 377 176
Decimal 202 255 126
Hex CA FF 7E

RGB Percentages of Color #caff7e

%34.65
%43.74
%21.61

CMYK Percentages of Color #caff7e

%21
%0
%51
%0

Triadic Colors of #caff7e

#caff7e #7ecaff #ff7eca

Analogous Colors of #caff7e

#caff7e #8aff7e #fff47e

Monochromatic Colors of #caff7e

#caff7e

Complementary Color

#caff7e #b37eff

#caff7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff7e Color CSS Codes

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

#caff7e Text Font Color

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

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


#caff7e Background Color

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

This div background color is #caff7e


#caff7e Border Color

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

This div border color is #caff7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff7e

#caff7e Color Palettes


Comments

No comments written yet.

Please login to write comment.