Color Hex Logo

#7edee3 Color Hex

#7EDEE3
(126,222,227)
0 Favorites   0 Comments

Color spaces of #7edee3

RGB 126222227
HSL0.510.640.69
HSV183°44°89°
CMYK 0.440.020.00   0.11
XYZ48.590662.224282.1225
Yxy62.22420.25180.3225
Hunter Lab78.8823-28.0901-6.5078
CIE-Lab83.0325-27.0656-11.3071

#7edee3 color RGB value is (126,222,227).

#7edee3 hex color red value is 126, green value is 222 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7edee3 hue: 0.51 , saturation: 0.64 and the lightness value of 7edee3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 11100011
Octal 176 336 343
Decimal 126 222 227
Hex 7E DE E3

RGB Percentages of Color #7edee3

%21.91
%38.61
%39.48

CMYK Percentages of Color #7edee3

%44
%2
%0
%11

Triadic Colors of #7edee3

#7edee3 #e37ede #dee37e

Analogous Colors of #7edee3

#7edee3 #7eace3 #7ee3b6

Monochromatic Colors of #7edee3

#7edee3

Complementary Color

#7edee3 #e3837e

#7edee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edee3 Color CSS Codes

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

#7edee3 Text Font Color

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

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


#7edee3 Background Color

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

This div background color is #7edee3


#7edee3 Border Color

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

This div border color is #7edee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edee3


Comments

No comments written yet.

Please login to write comment.