Color Hex Logo

#7eb4bf Color Hex

#7EB4BF
(126,180,191)
0 Favorites   0 Comments

Color spaces of #7eb4bf

RGB 126180191
HSL0.530.340.62
HSV190°34°75°
CMYK 0.340.060.00   0.25
XYZ34.329440.839755.3637
Yxy40.83970.26300.3129
Hunter Lab63.9059-15.9476-6.6306
CIE-Lab70.0635-14.8846-11.2461

#7eb4bf color RGB value is (126,180,191).

#7eb4bf hex color red value is 126, green value is 180 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7eb4bf hue: 0.53 , saturation: 0.34 and the lightness value of 7eb4bf is 0.62.

The process color (four color CMYK) of #7eb4bf color hex is 0.34, 0.06, 0.00, 0.25. Web safe color of #7eb4bf is #66cccc. Color #7eb4bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110100 10111111
Octal 176 264 277
Decimal 126 180 191
Hex 7E B4 BF

RGB Percentages of Color #7eb4bf

%25.35
%36.22
%38.43

CMYK Percentages of Color #7eb4bf

%34
%6
%0
%25

Triadic Colors of #7eb4bf

#7eb4bf #bf7eb4 #b4bf7e

Analogous Colors of #7eb4bf

#7eb4bf #7e94bf #7ebfaa

Monochromatic Colors of #7eb4bf

#7eb4bf

Complementary Color

#7eb4bf #bf897e

#7eb4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb4bf Color CSS Codes

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

#7eb4bf Text Font Color

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

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


#7eb4bf Background Color

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

This div background color is #7eb4bf


#7eb4bf Border Color

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

This div border color is #7eb4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb4bf


Comments

No comments written yet.

Please login to write comment.