Color Hex Logo

#7feeea Color Hex

#7FEEEA
(127,238,234)
0 Favorites   0 Comments

Color spaces of #7feeea

RGB 127238234
HSL0.490.770.72
HSV178°47°93°
CMYK 0.470.000.02   0.07
XYZ54.178271.601688.8069
Yxy71.60160.25250.3337
Hunter Lab84.6177-33.7928-2.9929
CIE-Lab87.7765-32.7416-7.9390

#7feeea color RGB value is (127,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11101010
Octal 177 356 352
Decimal 127 238 234
Hex 7F EE EA

RGB Percentages of Color #7feeea

%21.20
%39.73
%39.07

CMYK Percentages of Color #7feeea

%47
%0
%2
%7

Triadic Colors of #7feeea

#7feeea #ea7fee #eeea7f

Analogous Colors of #7feeea

#7feeea #7fbbee #7feeb3

Monochromatic Colors of #7feeea

#7feeea

Complementary Color

#7feeea #ee7f83

#7feeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feeea Color CSS Codes

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

#7feeea Text Font Color

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

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


#7feeea Background Color

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

This div background color is #7feeea


#7feeea Border Color

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

This div border color is #7feeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feeea


Comments

No comments written yet.

Please login to write comment.