Color Hex Logo

#7eebfa Color Hex

#7EEBFA
(126,235,250)
0 Favorites   0 Comments

Color spaces of #7eebfa

RGB 126235250
HSL0.520.930.74
HSV187°50°98°
CMYK 0.500.060.00   0.02
XYZ55.567870.7544101.1707
Yxy70.75440.24430.3110
Hunter Lab84.1156-29.2831-12.4305
CIE-Lab87.3655-27.4558-16.9454

#7eebfa color RGB value is (126,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11111010
Octal 176 353 372
Decimal 126 235 250
Hex 7E EB FA

RGB Percentages of Color #7eebfa

%20.62
%38.46
%40.92

CMYK Percentages of Color #7eebfa

%50
%6
%0
%2

Triadic Colors of #7eebfa

#7eebfa #fa7eeb #ebfa7e

Analogous Colors of #7eebfa

#7eebfa #7eadfa #7efacb

Monochromatic Colors of #7eebfa

#7eebfa

Complementary Color

#7eebfa #fa8d7e

#7eebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebfa Color CSS Codes

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

#7eebfa Text Font Color

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

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


#7eebfa Background Color

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

This div background color is #7eebfa


#7eebfa Border Color

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

This div border color is #7eebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.