Color Hex Logo

#7ebacb Color Hex

#7EBACB
(126,186,203)
0 Favorites   0 Comments

Color spaces of #7ebacb

RGB 126186203
HSL0.540.430.65
HSV193°38°80°
CMYK 0.380.080.00   0.20
XYZ36.942643.865263.0197
Yxy43.86520.25690.3050
Hunter Lab66.2308-16.3392-10.0538
CIE-Lab72.1383-15.0128-14.7117

#7ebacb color RGB value is (126,186,203).

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

The process color (four color CMYK) of #7ebacb color hex is 0.38, 0.08, 0.00, 0.20. Web safe color of #7ebacb is #66cccc. Color #7ebacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11001011
Octal 176 272 313
Decimal 126 186 203
Hex 7E BA CB

RGB Percentages of Color #7ebacb

%24.47
%36.12
%39.42

CMYK Percentages of Color #7ebacb

%38
%8
%0
%20

Triadic Colors of #7ebacb

#7ebacb #cb7eba #bacb7e

Analogous Colors of #7ebacb

#7ebacb #7e94cb #7ecbb6

Monochromatic Colors of #7ebacb

#7ebacb

Complementary Color

#7ebacb #cb8f7e

#7ebacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebacb Color CSS Codes

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

#7ebacb Text Font Color

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

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


#7ebacb Background Color

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

This div background color is #7ebacb


#7ebacb Border Color

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

This div border color is #7ebacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebacb


Comments

No comments written yet.

Please login to write comment.