Color Hex Logo

#7effca Color Hex

#7EFFCA
(126,255,202)
0 Favorites   0 Comments

Color spaces of #7effca

RGB 126255202
HSL0.431.000.75
HSV155°51°100°
CMYK 0.510.000.21   0.00
XYZ55.024980.219968.4610
Yxy80.21990.27010.3938
Hunter Lab89.5656-47.077717.3765
CIE-Lab91.7834-47.864514.4939

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

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

The process color (four color CMYK) of #7effca color hex is 0.51, 0.00, 0.21, 0.00. Web safe color of #7effca is #66ffcc. Color #7effca contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #7effca

%21.61
%43.74
%34.65

CMYK Percentages of Color #7effca

%51
%0
%21
%0

Triadic Colors of #7effca

#7effca #ca7eff #ffca7e

Analogous Colors of #7effca

#7effca #7ef4ff #7eff8a

Monochromatic Colors of #7effca

#7effca

Complementary Color

#7effca #ff7eb3

#7effca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effca Color CSS Codes

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

#7effca Text Font Color

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

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


#7effca Background Color

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

This div background color is #7effca


#7effca Border Color

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

This div border color is #7effca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effca


Comments

No comments written yet.

Please login to write comment.