Color Hex Logo

#7ebcbe Color Hex

#7EBCBE
(126,188,190)
0 Favorites   0 Comments

Color spaces of #7ebcbe

RGB 126188190
HSL0.510.330.62
HSV182°34°75°
CMYK 0.340.010.00   0.25
XYZ35.881744.119855.3400
Yxy44.11980.26510.3260
Hunter Lab66.4227-19.8137-2.9015
CIE-Lab72.3085-19.2733-7.3526

#7ebcbe color RGB value is (126,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 10111110
Octal 176 274 276
Decimal 126 188 190
Hex 7E BC BE

RGB Percentages of Color #7ebcbe

%25.00
%37.30
%37.70

CMYK Percentages of Color #7ebcbe

%34
%1
%0
%25

Triadic Colors of #7ebcbe

#7ebcbe #be7ebc #bcbe7e

Analogous Colors of #7ebcbe

#7ebcbe #7e9cbe #7ebea0

Monochromatic Colors of #7ebcbe

#7ebcbe

Complementary Color

#7ebcbe #be807e

#7ebcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcbe Color CSS Codes

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

#7ebcbe Text Font Color

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

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


#7ebcbe Background Color

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

This div background color is #7ebcbe


#7ebcbe Border Color

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

This div border color is #7ebcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcbe


Comments

No comments written yet.

Please login to write comment.