Color Hex Logo

#7fe0ea Color Hex

#7FE0EA
(127,224,234)
0 Favorites   0 Comments

Color spaces of #7fe0ea

RGB 127224234
HSL0.520.720.71
HSV186°46°92°
CMYK 0.460.040.00   0.08
XYZ50.259363.763887.5006
Yxy63.76380.24940.3164
Hunter Lab79.8522-27.3928-9.0723
CIE-Lab83.8426-26.0324-13.8007

#7fe0ea color RGB value is (127,224,234).

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

The process color (four color CMYK) of #7fe0ea color hex is 0.46, 0.04, 0.00, 0.08. Web safe color of #7fe0ea is #66ccff. Color #7fe0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100000 11101010
Octal 177 340 352
Decimal 127 224 234
Hex 7F E0 EA

RGB Percentages of Color #7fe0ea

%21.71
%38.29
%40.00

CMYK Percentages of Color #7fe0ea

%46
%4
%0
%8

Triadic Colors of #7fe0ea

#7fe0ea #ea7fe0 #e0ea7f

Analogous Colors of #7fe0ea

#7fe0ea #7fabea #7feabf

Monochromatic Colors of #7fe0ea

#7fe0ea

Complementary Color

#7fe0ea #ea897f

#7fe0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe0ea Color CSS Codes

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

#7fe0ea Text Font Color

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

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


#7fe0ea Background Color

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

This div background color is #7fe0ea


#7fe0ea Border Color

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

This div border color is #7fe0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe0ea


Comments

No comments written yet.

Please login to write comment.