Color Hex Logo

#7eafba Color Hex

#7EAFBA
(126,175,186)
0 Favorites   0 Comments

Color spaces of #7eafba

RGB 126175186
HSL0.530.300.61
HSV191°32°73°
CMYK 0.320.060.00   0.27
XYZ32.797138.640752.1842
Yxy38.64070.26530.3126
Hunter Lab62.1616-14.6045-6.2603
CIE-Lab68.4902-13.4819-10.8424

#7eafba color RGB value is (126,175,186).

#7eafba hex color red value is 126, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7eafba hue: 0.53 , saturation: 0.30 and the lightness value of 7eafba is 0.61.

The process color (four color CMYK) of #7eafba color hex is 0.32, 0.06, 0.00, 0.27. Web safe color of #7eafba is #6699cc. Color #7eafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 10111010
Octal 176 257 272
Decimal 126 175 186
Hex 7E AF BA

RGB Percentages of Color #7eafba

%25.87
%35.93
%38.19

CMYK Percentages of Color #7eafba

%32
%6
%0
%27

Triadic Colors of #7eafba

#7eafba #ba7eaf #afba7e

Analogous Colors of #7eafba

#7eafba #7e91ba #7ebaa7

Monochromatic Colors of #7eafba

#7eafba

Complementary Color

#7eafba #ba897e

#7eafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafba Color CSS Codes

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

#7eafba Text Font Color

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

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


#7eafba Background Color

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

This div background color is #7eafba


#7eafba Border Color

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

This div border color is #7eafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafba


Comments

No comments written yet.

Please login to write comment.