Color Hex Logo

#7efbdb Color Hex

#7EFBDB
(126,251,219)
0 Favorites   0 Comments

Color spaces of #7efbdb

RGB 126251219
HSL0.460.940.74
HSV165°50°98°
CMYK 0.500.000.13   0.02
XYZ55.887578.544579.2328
Yxy78.54450.26160.3676
Hunter Lab88.6253-42.53159.0313
CIE-Lab91.0278-42.44114.6388

#7efbdb color RGB value is (126,251,219).

#7efbdb hex color red value is 126, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7efbdb hue: 0.46 , saturation: 0.94 and the lightness value of 7efbdb is 0.74.

The process color (four color CMYK) of #7efbdb color hex is 0.50, 0.00, 0.13, 0.02. Web safe color of #7efbdb is #66ffcc. Color #7efbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11011011
Octal 176 373 333
Decimal 126 251 219
Hex 7E FB DB

RGB Percentages of Color #7efbdb

%21.14
%42.11
%36.74

CMYK Percentages of Color #7efbdb

%50
%0
%13
%2

Triadic Colors of #7efbdb

#7efbdb #db7efb #fbdb7e

Analogous Colors of #7efbdb

#7efbdb #7eddfb #7efb9d

Monochromatic Colors of #7efbdb

#7efbdb

Complementary Color

#7efbdb #fb7e9e

#7efbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbdb Color CSS Codes

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

#7efbdb Text Font Color

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

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


#7efbdb Background Color

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

This div background color is #7efbdb


#7efbdb Border Color

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

This div border color is #7efbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.