Color Hex Logo

#7edfde Color Hex

#7EDFDE
(126,223,222)
0 Favorites   0 Comments

Color spaces of #7edfde

RGB 126223222
HSL0.500.600.68
HSV179°43°87°
CMYK 0.430.000.00   0.13
XYZ48.176762.484978.6289
Yxy62.48490.25450.3301
Hunter Lab79.0474-29.5432-3.6429
CIE-Lab83.1706-28.7994-8.4499

#7edfde color RGB value is (126,223,222).

#7edfde hex color red value is 126, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7edfde hue: 0.50 , saturation: 0.60 and the lightness value of 7edfde is 0.68.

The process color (four color CMYK) of #7edfde color hex is 0.43, 0.00, 0.00, 0.13. Web safe color of #7edfde is #66cccc. Color #7edfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 11011110
Octal 176 337 336
Decimal 126 223 222
Hex 7E DF DE

RGB Percentages of Color #7edfde

%22.07
%39.05
%38.88

CMYK Percentages of Color #7edfde

%43
%0
%0
%13

Triadic Colors of #7edfde

#7edfde #de7edf #dfde7e

Analogous Colors of #7edfde

#7edfde #7eb0df #7edfae

Monochromatic Colors of #7edfde

#7edfde

Complementary Color

#7edfde #df7e7f

#7edfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfde Color CSS Codes

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

#7edfde Text Font Color

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

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


#7edfde Background Color

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

This div background color is #7edfde


#7edfde Border Color

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

This div border color is #7edfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfde


Comments

No comments written yet.

Please login to write comment.