Color Hex Logo

#7ee4da Color Hex

#7EE4DA
(126,228,218)
0 Favorites   0 Comments

Color spaces of #7ee4da

RGB 126228218
HSL0.480.650.69
HSV174°45°89°
CMYK 0.450.000.04   0.11
XYZ49.002564.984476.2902
Yxy64.98440.25750.3415
Hunter Lab80.6129-32.56700.3183
CIE-Lab84.4757-32.1598-4.4028

#7ee4da color RGB value is (126,228,218).

#7ee4da hex color red value is 126, green value is 228 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ee4da hue: 0.48 , saturation: 0.65 and the lightness value of 7ee4da is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100100 11011010
Octal 176 344 332
Decimal 126 228 218
Hex 7E E4 DA

RGB Percentages of Color #7ee4da

%22.03
%39.86
%38.11

CMYK Percentages of Color #7ee4da

%45
%0
%4
%11

Triadic Colors of #7ee4da

#7ee4da #da7ee4 #e4da7e

Analogous Colors of #7ee4da

#7ee4da #7ebbe4 #7ee4a7

Monochromatic Colors of #7ee4da

#7ee4da

Complementary Color

#7ee4da #e47e88

#7ee4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee4da Color CSS Codes

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

#7ee4da Text Font Color

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

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


#7ee4da Background Color

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

This div background color is #7ee4da


#7ee4da Border Color

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

This div border color is #7ee4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee4da


Comments

No comments written yet.

Please login to write comment.