Color Hex Logo

#7ebbfe Color Hex

#7EBBFE
(126,187,254)
0 Favorites   0 Comments

Color spaces of #7ebbfe

RGB 126187254
HSL0.590.980.75
HSV211°50°100°
CMYK 0.500.260.00   0.00
XYZ44.263947.1320100.5304
Yxy47.13200.23060.2456
Hunter Lab68.6527-5.0543-38.7633
CIE-Lab74.2741-1.5513-39.1042

#7ebbfe color RGB value is (126,187,254).

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

The process color (four color CMYK) of #7ebbfe color hex is 0.50, 0.26, 0.00, 0.00. Web safe color of #7ebbfe is #66ccff. Color #7ebbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11111110
Octal 176 273 376
Decimal 126 187 254
Hex 7E BB FE

RGB Percentages of Color #7ebbfe

%22.22
%32.98
%44.80

CMYK Percentages of Color #7ebbfe

%50
%26
%0
%0

Triadic Colors of #7ebbfe

#7ebbfe #fe7ebb #bbfe7e

Analogous Colors of #7ebbfe

#7ebbfe #817efe #7efbfe

Monochromatic Colors of #7ebbfe

#7ebbfe

Complementary Color

#7ebbfe #fec17e

#7ebbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbfe Color CSS Codes

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

#7ebbfe Text Font Color

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

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


#7ebbfe Background Color

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

This div background color is #7ebbfe


#7ebbfe Border Color

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

This div border color is #7ebbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.