Color Hex Logo

#7ebeee Color Hex

#7EBEEE
(126,190,238)
0 Favorites   0 Comments

Color spaces of #7ebeee

RGB 126190238
HSL0.570.770.71
HSV206°47°93°
CMYK 0.470.200.00   0.07
XYZ42.450347.435687.8075
Yxy47.43560.23890.2670
Hunter Lab68.8735-10.5099-27.3779
CIE-Lab74.4675-7.7521-30.1818

#7ebeee color RGB value is (126,190,238).

#7ebeee hex color red value is 126, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7ebeee hue: 0.57 , saturation: 0.77 and the lightness value of 7ebeee is 0.71.

The process color (four color CMYK) of #7ebeee color hex is 0.47, 0.20, 0.00, 0.07. Web safe color of #7ebeee is #66ccff. Color #7ebeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11101110
Octal 176 276 356
Decimal 126 190 238
Hex 7E BE EE

RGB Percentages of Color #7ebeee

%22.74
%34.30
%42.96

CMYK Percentages of Color #7ebeee

%47
%20
%0
%7

Triadic Colors of #7ebeee

#7ebeee #ee7ebe #beee7e

Analogous Colors of #7ebeee

#7ebeee #7e86ee #7eeee6

Monochromatic Colors of #7ebeee

#7ebeee

Complementary Color

#7ebeee #eeae7e

#7ebeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebeee Color CSS Codes

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

#7ebeee Text Font Color

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

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


#7ebeee Background Color

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

This div background color is #7ebeee


#7ebeee Border Color

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

This div border color is #7ebeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebeee


Comments

No comments written yet.

Please login to write comment.