Color Hex Logo

#7ebece Color Hex

#7EBECE
(126,190,206)
0 Favorites   0 Comments

Color spaces of #7ebece

RGB 126190206
HSL0.530.450.65
HSV192°39°81°
CMYK 0.390.080.00   0.19
XYZ38.158245.718865.2060
Yxy45.71880.25600.3067
Hunter Lab67.6157-17.5928-9.8461
CIE-Lab73.3627-16.3312-14.5063

#7ebece color RGB value is (126,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11001110
Octal 176 276 316
Decimal 126 190 206
Hex 7E BE CE

RGB Percentages of Color #7ebece

%24.14
%36.40
%39.46

CMYK Percentages of Color #7ebece

%39
%8
%0
%19

Triadic Colors of #7ebece

#7ebece #ce7ebe #bece7e

Analogous Colors of #7ebece

#7ebece #7e96ce #7eceb6

Monochromatic Colors of #7ebece

#7ebece

Complementary Color

#7ebece #ce8e7e

#7ebece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebece Color CSS Codes

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

#7ebece Text Font Color

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

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


#7ebece Background Color

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

This div background color is #7ebece


#7ebece Border Color

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

This div border color is #7ebece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebece


Comments

No comments written yet.

Please login to write comment.