Color Hex Logo

#7feebe Color Hex

#7FEEBE
(127,238,190)
0 Favorites   0 Comments

Color spaces of #7feebe

RGB 127238190
HSL0.430.770.72
HSV154°47°93°
CMYK 0.470.000.20   0.07
XYZ48.621269.378859.5440
Yxy69.37880.27390.3908
Hunter Lab83.2939-41.568515.9214
CIE-Lab86.6913-42.752313.5019

#7feebe color RGB value is (127,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 10111110
Octal 177 356 276
Decimal 127 238 190
Hex 7F EE BE

RGB Percentages of Color #7feebe

%22.88
%42.88
%34.23

CMYK Percentages of Color #7feebe

%47
%0
%20
%7

Triadic Colors of #7feebe

#7feebe #be7fee #eebe7f

Analogous Colors of #7feebe

#7feebe #7fe7ee #7fee87

Monochromatic Colors of #7feebe

#7feebe

Complementary Color

#7feebe #ee7faf

#7feebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feebe Color CSS Codes

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

#7feebe Text Font Color

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

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


#7feebe Background Color

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

This div background color is #7feebe


#7feebe Border Color

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

This div border color is #7feebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feebe

#7feebe Color Palettes


Comments

No comments written yet.

Please login to write comment.