Color Hex Logo

#7eebfe Color Hex

#7EEBFE
(126,235,254)
0 Favorites   0 Comments

Color spaces of #7eebfe

RGB 126235254
HSL0.520.980.75
HSV189°50°100°
CMYK 0.500.070.00   0.00
XYZ56.201971.0080104.5097
Yxy71.00800.24250.3064
Hunter Lab84.2662-28.4142-14.5470
CIE-Lab87.4889-26.4032-18.8565

#7eebfe color RGB value is (126,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11111110
Octal 176 353 376
Decimal 126 235 254
Hex 7E EB FE

RGB Percentages of Color #7eebfe

%20.49
%38.21
%41.30

CMYK Percentages of Color #7eebfe

%50
%7
%0
%0

Triadic Colors of #7eebfe

#7eebfe #fe7eeb #ebfe7e

Analogous Colors of #7eebfe

#7eebfe #7eabfe #7efed1

Monochromatic Colors of #7eebfe

#7eebfe

Complementary Color

#7eebfe #fe917e

#7eebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebfe Color CSS Codes

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

#7eebfe Text Font Color

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

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


#7eebfe Background Color

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

This div background color is #7eebfe


#7eebfe Border Color

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

This div border color is #7eebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebfe

Related Colors


Comments

No comments written yet.

Please login to write comment.