Color Hex Logo

#7ebbce Color Hex

#7EBBCE
(126,187,206)
0 Favorites   0 Comments

Color spaces of #7ebbce

RGB 126187206
HSL0.540.450.65
HSV194°39°81°
CMYK 0.390.090.00   0.19
XYZ37.515144.432564.9916
Yxy44.43250.25530.3024
Hunter Lab66.6577-16.1908-11.1477
CIE-Lab72.5166-14.7683-15.7801

#7ebbce color RGB value is (126,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11001110
Octal 176 273 316
Decimal 126 187 206
Hex 7E BB CE

RGB Percentages of Color #7ebbce

%24.28
%36.03
%39.69

CMYK Percentages of Color #7ebbce

%39
%9
%0
%19

Triadic Colors of #7ebbce

#7ebbce #ce7ebb #bbce7e

Analogous Colors of #7ebbce

#7ebbce #7e93ce #7eceb9

Monochromatic Colors of #7ebbce

#7ebbce

Complementary Color

#7ebbce #ce917e

#7ebbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbce Color CSS Codes

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

#7ebbce Text Font Color

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

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


#7ebbce Background Color

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

This div background color is #7ebbce


#7ebbce Border Color

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

This div border color is #7ebbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbce


Comments

No comments written yet.

Please login to write comment.