Color Hex Logo

#7efdfb Color Hex

#7EFDFB
(126,253,251)
0 Favorites   0 Comments

Color spaces of #7efdfb

RGB 126253251
HSL0.500.970.74
HSV179°50°99°
CMYK 0.500.000.01   0.01
XYZ61.142181.6512103.8045
Yxy81.65120.24790.3311
Hunter Lab90.3611-37.3512-4.8581
CIE-Lab92.4207-35.7082-9.9087

#7efdfb color RGB value is (126,253,251).

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

The process color (four color CMYK) of #7efdfb color hex is 0.50, 0.00, 0.01, 0.01. Web safe color of #7efdfb is #66ffff. Color #7efdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111101 11111011
Octal 176 375 373
Decimal 126 253 251
Hex 7E FD FB

RGB Percentages of Color #7efdfb

%20.00
%40.16
%39.84

CMYK Percentages of Color #7efdfb

%50
%0
%1
%1

Triadic Colors of #7efdfb

#7efdfb #fb7efd #fdfb7e

Analogous Colors of #7efdfb

#7efdfb #7ec0fd #7efdbc

Monochromatic Colors of #7efdfb

#7efdfb

Complementary Color

#7efdfb #fd7e80

#7efdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efdfb Color CSS Codes

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

#7efdfb Text Font Color

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

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


#7efdfb Background Color

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

This div background color is #7efdfb


#7efdfb Border Color

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

This div border color is #7efdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.