Color Hex Logo

#7edbd9 Color Hex

#7EDBD9
(126,219,217)
0 Favorites   0 Comments

Color spaces of #7edbd9

RGB 126219217
HSL0.500.560.68
HSV179°42°86°
CMYK 0.420.000.01   0.14
XYZ46.460160.108474.7990
Yxy60.10840.25620.3314
Hunter Lab77.5296-28.7096-2.9311
CIE-Lab81.8971-28.1023-7.6837

#7edbd9 color RGB value is (126,219,217).

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

The process color (four color CMYK) of #7edbd9 color hex is 0.42, 0.00, 0.01, 0.14. Web safe color of #7edbd9 is #66cccc. Color #7edbd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11011001
Octal 176 333 331
Decimal 126 219 217
Hex 7E DB D9

RGB Percentages of Color #7edbd9

%22.42
%38.97
%38.61

CMYK Percentages of Color #7edbd9

%42
%0
%1
%14

Triadic Colors of #7edbd9

#7edbd9 #d97edb #dbd97e

Analogous Colors of #7edbd9

#7edbd9 #7eafdb #7edbab

Monochromatic Colors of #7edbd9

#7edbd9

Complementary Color

#7edbd9 #db7e80

#7edbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbd9 Color CSS Codes

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

#7edbd9 Text Font Color

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

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


#7edbd9 Background Color

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

This div background color is #7edbd9


#7edbd9 Border Color

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

This div border color is #7edbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbd9


Comments

No comments written yet.

Please login to write comment.