Color Hex Logo

#7ea7be Color Hex

#7EA7BE
(126,167,190)
0 Favorites   0 Comments

Color spaces of #7ea7be

RGB 126167190
HSL0.560.330.62
HSV202°34°75°
CMYK 0.340.120.00   0.25
XYZ31.717235.790853.9518
Yxy35.79080.26110.2947
Hunter Lab59.8254-10.0604-11.5912
CIE-Lab66.3598-8.1912-16.2631

#7ea7be color RGB value is (126,167,190).

#7ea7be hex color red value is 126, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ea7be hue: 0.56 , saturation: 0.33 and the lightness value of 7ea7be is 0.62.

The process color (four color CMYK) of #7ea7be color hex is 0.34, 0.12, 0.00, 0.25. Web safe color of #7ea7be is #6699cc. Color #7ea7be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100111 10111110
Octal 176 247 276
Decimal 126 167 190
Hex 7E A7 BE

RGB Percentages of Color #7ea7be

%26.09
%34.58
%39.34

CMYK Percentages of Color #7ea7be

%34
%12
%0
%25

Triadic Colors of #7ea7be

#7ea7be #be7ea7 #a7be7e

Analogous Colors of #7ea7be

#7ea7be #7e87be #7ebeb5

Monochromatic Colors of #7ea7be

#7ea7be

Complementary Color

#7ea7be #be957e

#7ea7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea7be Color CSS Codes

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

#7ea7be Text Font Color

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

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


#7ea7be Background Color

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

This div background color is #7ea7be


#7ea7be Border Color

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

This div border color is #7ea7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea7be


Comments

No comments written yet.

Please login to write comment.