Color Hex Logo

#7eb1bb Color Hex

#7EB1BB
(126,177,187)
0 Favorites   0 Comments

Color spaces of #7eb1bb

RGB 126177187
HSL0.530.310.61
HSV190°33°73°
CMYK 0.330.050.00   0.27
XYZ33.296039.467852.8769
Yxy39.46780.26500.3141
Hunter Lab62.8234-15.3371-5.9265
CIE-Lab69.0888-14.2927-10.4998

#7eb1bb color RGB value is (126,177,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110001 10111011
Octal 176 261 273
Decimal 126 177 187
Hex 7E B1 BB

RGB Percentages of Color #7eb1bb

%25.71
%36.12
%38.16

CMYK Percentages of Color #7eb1bb

%33
%5
%0
%27

Triadic Colors of #7eb1bb

#7eb1bb #bb7eb1 #b1bb7e

Analogous Colors of #7eb1bb

#7eb1bb #7e93bb #7ebba7

Monochromatic Colors of #7eb1bb

#7eb1bb

Complementary Color

#7eb1bb #bb887e

#7eb1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb1bb Color CSS Codes

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

#7eb1bb Text Font Color

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

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


#7eb1bb Background Color

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

This div background color is #7eb1bb


#7eb1bb Border Color

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

This div border color is #7eb1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb1bb


Comments

No comments written yet.

Please login to write comment.