Color Hex Logo

#7ebec2 Color Hex

#7EBEC2
(126,190,194)
0 Favorites   0 Comments

Color spaces of #7ebec2

RGB 126190194
HSL0.510.360.63
HSV184°35°76°
CMYK 0.350.020.00   0.24
XYZ36.755245.157657.8180
Yxy45.15760.26300.3232
Hunter Lab67.1994-19.9671-3.9732
CIE-Lab72.9955-19.3259-8.5156

#7ebec2 color RGB value is (126,190,194).

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

The process color (four color CMYK) of #7ebec2 color hex is 0.35, 0.02, 0.00, 0.24. Web safe color of #7ebec2 is #66cccc. Color #7ebec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11000010
Octal 176 276 302
Decimal 126 190 194
Hex 7E BE C2

RGB Percentages of Color #7ebec2

%24.71
%37.25
%38.04

CMYK Percentages of Color #7ebec2

%35
%2
%0
%24

Triadic Colors of #7ebec2

#7ebec2 #c27ebe #bec27e

Analogous Colors of #7ebec2

#7ebec2 #7e9cc2 #7ec2a4

Monochromatic Colors of #7ebec2

#7ebec2

Complementary Color

#7ebec2 #c2827e

#7ebec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebec2 Color CSS Codes

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

#7ebec2 Text Font Color

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

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


#7ebec2 Background Color

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

This div background color is #7ebec2


#7ebec2 Border Color

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

This div border color is #7ebec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebec2


Comments

No comments written yet.

Please login to write comment.