Color Hex Logo

#7ebace Color Hex

#7EBACE
(126,186,206)
0 Favorites   0 Comments

Color spaces of #7ebace

RGB 126186206
HSL0.540.450.65
HSV195°39°81°
CMYK 0.390.100.00   0.19
XYZ37.303744.009764.9211
Yxy44.00970.25510.3010
Hunter Lab66.3398-15.7219-11.5842
CIE-Lab72.2350-14.2445-16.2048

#7ebace color RGB value is (126,186,206).

#7ebace hex color red value is 126, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7ebace hue: 0.54 , saturation: 0.45 and the lightness value of 7ebace is 0.65.

The process color (four color CMYK) of #7ebace color hex is 0.39, 0.10, 0.00, 0.19. Web safe color of #7ebace is #66cccc. Color #7ebace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11001110
Octal 176 272 316
Decimal 126 186 206
Hex 7E BA CE

RGB Percentages of Color #7ebace

%24.32
%35.91
%39.77

CMYK Percentages of Color #7ebace

%39
%10
%0
%19

Triadic Colors of #7ebace

#7ebace #ce7eba #bace7e

Analogous Colors of #7ebace

#7ebace #7e92ce #7eceba

Monochromatic Colors of #7ebace

#7ebace

Complementary Color

#7ebace #ce927e

#7ebace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebace Color CSS Codes

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

#7ebace Text Font Color

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

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


#7ebace Background Color

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

This div background color is #7ebace


#7ebace Border Color

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

This div border color is #7ebace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebace


Comments

No comments written yet.

Please login to write comment.