Color Hex Logo

#7ef3db Color Hex

#7EF3DB
(126,243,219)
0 Favorites   0 Comments

Color spaces of #7ef3db

RGB 126243219
HSL0.470.830.72
HSV168°48°95°
CMYK 0.480.000.10   0.05
XYZ53.441073.651378.4173
Yxy73.65130.26000.3584
Hunter Lab85.8203-39.03225.8987
CIE-Lab88.7574-38.85871.3436

#7ef3db color RGB value is (126,243,219).

#7ef3db hex color red value is 126, green value is 243 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7ef3db hue: 0.47 , saturation: 0.83 and the lightness value of 7ef3db is 0.72.

The process color (four color CMYK) of #7ef3db color hex is 0.48, 0.00, 0.10, 0.05. Web safe color of #7ef3db is #66ffcc. Color #7ef3db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110011 11011011
Octal 176 363 333
Decimal 126 243 219
Hex 7E F3 DB

RGB Percentages of Color #7ef3db

%21.43
%41.33
%37.24

CMYK Percentages of Color #7ef3db

%48
%0
%10
%5

Triadic Colors of #7ef3db

#7ef3db #db7ef3 #f3db7e

Analogous Colors of #7ef3db

#7ef3db #7ed1f3 #7ef3a1

Monochromatic Colors of #7ef3db

#7ef3db

Complementary Color

#7ef3db #f37e96

#7ef3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef3db Color CSS Codes

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

#7ef3db Text Font Color

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

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


#7ef3db Background Color

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

This div background color is #7ef3db


#7ef3db Border Color

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

This div border color is #7ef3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef3db


Comments

No comments written yet.

Please login to write comment.