Color Hex Logo

#7ebbec Color Hex

#7EBBEC
(126,187,236)
0 Favorites   0 Comments

Color spaces of #7ebbec

RGB 126187236
HSL0.570.740.71
HSV207°47°93°
CMYK 0.470.210.00   0.07
XYZ41.514846.032486.0540
Yxy46.03240.23910.2652
Hunter Lab67.8472-9.5108-27.7075
CIE-Lab73.5666-6.6969-30.4877

#7ebbec color RGB value is (126,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11101100
Octal 176 273 354
Decimal 126 187 236
Hex 7E BB EC

RGB Percentages of Color #7ebbec

%22.95
%34.06
%42.99

CMYK Percentages of Color #7ebbec

%47
%21
%0
%7

Triadic Colors of #7ebbec

#7ebbec #ec7ebb #bbec7e

Analogous Colors of #7ebbec

#7ebbec #7e84ec #7eece6

Monochromatic Colors of #7ebbec

#7ebbec

Complementary Color

#7ebbec #ecaf7e

#7ebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbec Color CSS Codes

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

#7ebbec Text Font Color

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

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


#7ebbec Background Color

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

This div background color is #7ebbec


#7ebbec Border Color

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

This div border color is #7ebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbec


Comments

No comments written yet.

Please login to write comment.