Color Hex Logo

#7feeba Color Hex

#7FEEBA
(127,238,186)
0 Favorites   0 Comments

Color spaces of #7feeba

RGB 127238186
HSL0.420.770.72
HSV152°47°93°
CMYK 0.470.000.22   0.07
XYZ48.189969.206357.2726
Yxy69.20630.27590.3962
Hunter Lab83.1903-42.182917.4149
CIE-Lab86.6061-43.571115.4617

#7feeba color RGB value is (127,238,186).

#7feeba hex color red value is 127, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7feeba hue: 0.42 , saturation: 0.77 and the lightness value of 7feeba is 0.72.

The process color (four color CMYK) of #7feeba color hex is 0.47, 0.00, 0.22, 0.07. Web safe color of #7feeba is #66ffcc. Color #7feeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 10111010
Octal 177 356 272
Decimal 127 238 186
Hex 7F EE BA

RGB Percentages of Color #7feeba

%23.05
%43.19
%33.76

CMYK Percentages of Color #7feeba

%47
%0
%22
%7

Triadic Colors of #7feeba

#7feeba #ba7fee #eeba7f

Analogous Colors of #7feeba

#7feeba #7febee #7fee83

Monochromatic Colors of #7feeba

#7feeba

Complementary Color

#7feeba #ee7fb3

#7feeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feeba Color CSS Codes

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

#7feeba Text Font Color

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

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


#7feeba Background Color

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

This div background color is #7feeba


#7feeba Border Color

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

This div border color is #7feeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,238,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feeba


Comments

No comments written yet.

Please login to write comment.