Color Hex Logo

#7ebcef Color Hex

#7EBCEF
(126,188,239)
0 Favorites   0 Comments

Color spaces of #7ebcef

RGB 126188239
HSL0.580.780.72
HSV207°47°94°
CMYK 0.470.210.00   0.06
XYZ42.167446.634188.4402
Yxy46.63410.23790.2631
Hunter Lab68.2892-9.2853-28.9831
CIE-Lab73.9551-6.3942-31.5114

#7ebcef color RGB value is (126,188,239).

#7ebcef hex color red value is 126, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7ebcef hue: 0.58 , saturation: 0.78 and the lightness value of 7ebcef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11101111
Octal 176 274 357
Decimal 126 188 239
Hex 7E BC EF

RGB Percentages of Color #7ebcef

%22.78
%34.00
%43.22

CMYK Percentages of Color #7ebcef

%47
%21
%0
%6

Triadic Colors of #7ebcef

#7ebcef #ef7ebc #bcef7e

Analogous Colors of #7ebcef

#7ebcef #7e84ef #7eefea

Monochromatic Colors of #7ebcef

#7ebcef

Complementary Color

#7ebcef #efb17e

#7ebcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcef Color CSS Codes

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

#7ebcef Text Font Color

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

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


#7ebcef Background Color

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

This div background color is #7ebcef


#7ebcef Border Color

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

This div border color is #7ebcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcef


Comments

No comments written yet.

Please login to write comment.