Color Hex Logo

#7eeafb Color Hex

#7EEAFB
(126,234,251)
0 Favorites   0 Comments

Color spaces of #7eeafb

RGB 126234251
HSL0.520.940.74
HSV188°50°98°
CMYK 0.500.070.00   0.02
XYZ55.439670.2463101.9037
Yxy70.24630.24360.3087
Hunter Lab83.8131-28.6010-13.4183
CIE-Lab87.1175-26.7085-17.8432

#7eeafb color RGB value is (126,234,251).

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

The process color (four color CMYK) of #7eeafb color hex is 0.50, 0.07, 0.00, 0.02. Web safe color of #7eeafb is #66ffff. Color #7eeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 11111011
Octal 176 352 373
Decimal 126 234 251
Hex 7E EA FB

RGB Percentages of Color #7eeafb

%20.62
%38.30
%41.08

CMYK Percentages of Color #7eeafb

%50
%7
%0
%2

Triadic Colors of #7eeafb

#7eeafb #fb7eea #eafb7e

Analogous Colors of #7eeafb

#7eeafb #7eacfb #7efbce

Monochromatic Colors of #7eeafb

#7eeafb

Complementary Color

#7eeafb #fb8f7e

#7eeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeafb Color CSS Codes

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

#7eeafb Text Font Color

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

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


#7eeafb Background Color

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

This div background color is #7eeafb


#7eeafb Border Color

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

This div border color is #7eeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeafb


Comments

No comments written yet.

Please login to write comment.