Color Hex Logo

#7effad Color Hex

#7EFFAD
(126,255,173)
0 Favorites   0 Comments

Color spaces of #7effad

RGB 126255173
HSL0.391.000.75
HSV142°51°100°
CMYK 0.510.000.32   0.00
XYZ51.907078.972852.0426
Yxy78.97280.28380.4317
Hunter Lab88.8666-51.254827.4849
CIE-Lab91.2220-53.468928.4921

#7effad color RGB value is (126,255,173).

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

The process color (four color CMYK) of #7effad color hex is 0.51, 0.00, 0.32, 0.00. Web safe color of #7effad is #66ff99. Color #7effad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 10101101
Octal 176 377 255
Decimal 126 255 173
Hex 7E FF AD

RGB Percentages of Color #7effad

%22.74
%46.03
%31.23

CMYK Percentages of Color #7effad

%51
%0
%32
%0

Triadic Colors of #7effad

#7effad #ad7eff #ffad7e

Analogous Colors of #7effad

#7effad #7effee #90ff7e

Monochromatic Colors of #7effad

#7effad

Complementary Color

#7effad #ff7ed0

#7effad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effad Color CSS Codes

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

#7effad Text Font Color

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

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


#7effad Background Color

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

This div background color is #7effad


#7effad Border Color

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

This div border color is #7effad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effad

Related Colors


Comments

No comments written yet.

Please login to write comment.