Color Hex Logo

#7fe5df Color Hex

#7FE5DF
(127,229,223)
0 Favorites   0 Comments

Color spaces of #7fe5df

RGB 127229223
HSL0.490.660.70
HSV176°45°90°
CMYK 0.450.000.03   0.10
XYZ50.091065.878479.8878
Yxy65.87840.25580.3364
Hunter Lab81.1655-31.8790-1.5408
CIE-Lab84.9344-31.1898-6.3615

#7fe5df color RGB value is (127,229,223).

#7fe5df hex color red value is 127, green value is 229 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7fe5df hue: 0.49 , saturation: 0.66 and the lightness value of 7fe5df is 0.70.

The process color (four color CMYK) of #7fe5df color hex is 0.45, 0.00, 0.03, 0.10. Web safe color of #7fe5df is #66cccc. Color #7fe5df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100101 11011111
Octal 177 345 337
Decimal 127 229 223
Hex 7F E5 DF

RGB Percentages of Color #7fe5df

%21.93
%39.55
%38.51

CMYK Percentages of Color #7fe5df

%45
%0
%3
%10

Triadic Colors of #7fe5df

#7fe5df #df7fe5 #e5df7f

Analogous Colors of #7fe5df

#7fe5df #7fb8e5 #7fe5ac

Monochromatic Colors of #7fe5df

#7fe5df

Complementary Color

#7fe5df #e57f85

#7fe5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe5df Color CSS Codes

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

#7fe5df Text Font Color

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

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


#7fe5df Background Color

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

This div background color is #7fe5df


#7fe5df Border Color

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

This div border color is #7fe5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe5df


Comments

No comments written yet.

Please login to write comment.