Color Hex Logo

#7ebecb Color Hex

#7EBECB
(126,190,203)
0 Favorites   0 Comments

Color spaces of #7ebecb

RGB 126190203
HSL0.530.430.65
HSV190°38°80°
CMYK 0.380.060.00   0.20
XYZ37.797145.574363.3045
Yxy45.57430.25770.3107
Hunter Lab67.5087-18.2009-8.3415
CIE-Lab73.2684-17.0921-13.0139

#7ebecb color RGB value is (126,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11001011
Octal 176 276 313
Decimal 126 190 203
Hex 7E BE CB

RGB Percentages of Color #7ebecb

%24.28
%36.61
%39.11

CMYK Percentages of Color #7ebecb

%38
%6
%0
%20

Triadic Colors of #7ebecb

#7ebecb #cb7ebe #becb7e

Analogous Colors of #7ebecb

#7ebecb #7e98cb #7ecbb2

Monochromatic Colors of #7ebecb

#7ebecb

Complementary Color

#7ebecb #cb8b7e

#7ebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebecb Color CSS Codes

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

#7ebecb Text Font Color

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

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


#7ebecb Background Color

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

This div background color is #7ebecb


#7ebecb Border Color

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

This div border color is #7ebecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,190,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 #7ebecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebecb


Comments

No comments written yet.

Please login to write comment.