Color Hex Logo

#7ebcee Color Hex

#7EBCEE
(126,188,238)
0 Favorites   0 Comments

Color spaces of #7ebcee

RGB 126188238
HSL0.570.770.71
HSV207°47°93°
CMYK 0.470.210.00   0.07
XYZ42.020046.575187.6641
Yxy46.57510.23840.2642
Hunter Lab68.2460-9.5254-28.3877
CIE-Lab73.9172-6.6755-31.0294

#7ebcee color RGB value is (126,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11101110
Octal 176 274 356
Decimal 126 188 238
Hex 7E BC EE

RGB Percentages of Color #7ebcee

%22.83
%34.06
%43.12

CMYK Percentages of Color #7ebcee

%47
%21
%0
%7

Triadic Colors of #7ebcee

#7ebcee #ee7ebc #bcee7e

Analogous Colors of #7ebcee

#7ebcee #7e84ee #7eeee8

Monochromatic Colors of #7ebcee

#7ebcee

Complementary Color

#7ebcee #eeb07e

#7ebcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcee Color CSS Codes

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

#7ebcee Text Font Color

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

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


#7ebcee Background Color

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

This div background color is #7ebcee


#7ebcee Border Color

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

This div border color is #7ebcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcee


Comments

No comments written yet.

Please login to write comment.