Color Hex Logo

#7ebabc Color Hex

#7EBABC
(126,186,188)
0 Favorites   0 Comments

Color spaces of #7ebabc

RGB 126186188
HSL0.510.320.62
HSV182°33°74°
CMYK 0.330.010.00   0.26
XYZ35.240243.184354.0550
Yxy43.18430.26600.3260
Hunter Lab65.7148-19.2784-2.7698
CIE-Lab71.6799-18.7303-7.1914

#7ebabc color RGB value is (126,186,188).

#7ebabc hex color red value is 126, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ebabc hue: 0.51 , saturation: 0.32 and the lightness value of 7ebabc is 0.62.

The process color (four color CMYK) of #7ebabc color hex is 0.33, 0.01, 0.00, 0.26. Web safe color of #7ebabc is #66cccc. Color #7ebabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 10111100
Octal 176 272 274
Decimal 126 186 188
Hex 7E BA BC

RGB Percentages of Color #7ebabc

%25.20
%37.20
%37.60

CMYK Percentages of Color #7ebabc

%33
%1
%0
%26

Triadic Colors of #7ebabc

#7ebabc #bc7eba #babc7e

Analogous Colors of #7ebabc

#7ebabc #7e9bbc #7ebc9f

Monochromatic Colors of #7ebabc

#7ebabc

Complementary Color

#7ebabc #bc807e

#7ebabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebabc Color CSS Codes

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

#7ebabc Text Font Color

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

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


#7ebabc Background Color

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

This div background color is #7ebabc


#7ebabc Border Color

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

This div border color is #7ebabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebabc


Comments

No comments written yet.

Please login to write comment.