Color Hex Logo

#7febad Color Hex

#7FEBAD
(127,235,173)
0 Favorites   0 Comments

Color spaces of #7febad

RGB 127235173
HSL0.400.730.71
HSV146°46°92°
CMYK 0.460.000.26   0.08
XYZ46.003666.945850.0324
Yxy66.94580.28230.4108
Hunter Lab81.8204-42.823921.0190
CIE-Lab85.4766-44.825420.6260

#7febad color RGB value is (127,235,173).

#7febad hex color red value is 127, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7febad hue: 0.40 , saturation: 0.73 and the lightness value of 7febad is 0.71.

The process color (four color CMYK) of #7febad color hex is 0.46, 0.00, 0.26, 0.08. Web safe color of #7febad is #66ff99. Color #7febad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 10101101
Octal 177 353 255
Decimal 127 235 173
Hex 7F EB AD

RGB Percentages of Color #7febad

%23.74
%43.93
%32.34

CMYK Percentages of Color #7febad

%46
%0
%26
%8

Triadic Colors of #7febad

#7febad #ad7feb #ebad7f

Analogous Colors of #7febad

#7febad #7febe3 #87eb7f

Monochromatic Colors of #7febad

#7febad

Complementary Color

#7febad #eb7fbd

#7febad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febad Color CSS Codes

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

#7febad Text Font Color

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

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


#7febad Background Color

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

This div background color is #7febad


#7febad Border Color

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

This div border color is #7febad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febad


Comments

No comments written yet.

Please login to write comment.