color codes Logo

#7ee1df color codes

#7EE1DF
(126,225,223)
0 Favorites   0 Comments

Color spaces of #7ee1df

RGB 126225223
HSL0.500.620.69
HSV179°44°88°
CMYK 0.440.000.01   0.12
XYZ48.848763.613879.5161
Yxy63.61380.25440.3314
Hunter Lab79.7583-30.2529-3.2792
CIE-Lab83.7643-29.5132-8.0987

#7ee1df color RGB value is (126,225,223).

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

The process color (four color CMYK) of #7ee1df color code is 0.44, 0.00, 0.01, 0.12. Web safe color of #7ee1df is #66cccc. Color #7ee1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100001 11011111
Octal 176 341 337
Decimal 126 225 223
Hex 7E E1 DF

RGB Percentages of Color #7ee1df

%21.95
%39.20
%38.85

CMYK Percentages of Color #7ee1df

%44
%0
%1
%12

Triadic Colors of #7ee1df

#7ee1df #df7ee1 #e1df7e

Analogous Colors of #7ee1df

#7ee1df #7eb2e1 #7ee1ae

Monochromatic Colors of #7ee1df

#7ee1df

Complementary Color

#7ee1df #e17e80

#7ee1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee1df Color CSS Codes

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

#7ee1df Text Font Color

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

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


#7ee1df Background Color

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

This div background color is #7ee1df


#7ee1df Border Color

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

This div border color is #7ee1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee1df

#7ee1df Color Palettes


Comments

No comments written yet.

Please login to write comment.