Color Hex Logo

#7ebac0 Color Hex

#7EBAC0
(126,186,192)
0 Favorites   0 Comments

Color spaces of #7ebac0

RGB 126186192
HSL0.520.340.62
HSV185°34°75°
CMYK 0.340.030.00   0.25
XYZ35.677543.359256.3579
Yxy43.35920.26350.3202
Hunter Lab65.8477-18.5189-4.6519
CIE-Lab71.7981-17.7601-9.2053

#7ebac0 color RGB value is (126,186,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11000000
Octal 176 272 300
Decimal 126 186 192
Hex 7E BA C0

RGB Percentages of Color #7ebac0

%25.00
%36.90
%38.10

CMYK Percentages of Color #7ebac0

%34
%3
%0
%25

Triadic Colors of #7ebac0

#7ebac0 #c07eba #bac07e

Analogous Colors of #7ebac0

#7ebac0 #7e99c0 #7ec0a5

Monochromatic Colors of #7ebac0

#7ebac0

Complementary Color

#7ebac0 #c0847e

#7ebac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebac0 Color CSS Codes

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

#7ebac0 Text Font Color

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

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


#7ebac0 Background Color

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

This div background color is #7ebac0


#7ebac0 Border Color

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

This div border color is #7ebac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebac0


Comments

No comments written yet.

Please login to write comment.