Color Hex Logo

#7ed5da Color Hex

#7ED5DA
(126,213,218)
0 Favorites   0 Comments

Color spaces of #7ed5da

RGB 126213218
HSL0.510.550.67
HSV183°42°85°
CMYK 0.420.020.00   0.15
XYZ45.053357.086174.9738
Yxy57.08610.25440.3223
Hunter Lab75.5553-25.7831-5.9449
CIE-Lab80.2280-24.9242-10.6988

#7ed5da color RGB value is (126,213,218).

#7ed5da hex color red value is 126, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ed5da hue: 0.51 , saturation: 0.55 and the lightness value of 7ed5da is 0.67.

The process color (four color CMYK) of #7ed5da color hex is 0.42, 0.02, 0.00, 0.15. Web safe color of #7ed5da is #66cccc. Color #7ed5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010101 11011010
Octal 176 325 332
Decimal 126 213 218
Hex 7E D5 DA

RGB Percentages of Color #7ed5da

%22.62
%38.24
%39.14

CMYK Percentages of Color #7ed5da

%42
%2
%0
%15

Triadic Colors of #7ed5da

#7ed5da #da7ed5 #d5da7e

Analogous Colors of #7ed5da

#7ed5da #7ea7da #7edab1

Monochromatic Colors of #7ed5da

#7ed5da

Complementary Color

#7ed5da #da837e

#7ed5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed5da Color CSS Codes

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

#7ed5da Text Font Color

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

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


#7ed5da Background Color

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

This div background color is #7ed5da


#7ed5da Border Color

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

This div border color is #7ed5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed5da


Comments

No comments written yet.

Please login to write comment.