Color Hex Logo

#7ebada Color Hex

#7EBADA
(126,186,218)
0 Favorites   0 Comments

Color spaces of #7ebada

RGB 126186218
HSL0.560.550.67
HSV201°42°85°
CMYK 0.420.150.00   0.15
XYZ38.818044.615472.8954
Yxy44.61540.24830.2854
Hunter Lab66.7948-13.1550-17.9489
CIE-Lab72.6379-11.0933-22.1378

#7ebada color RGB value is (126,186,218).

#7ebada hex color red value is 126, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ebada hue: 0.56 , saturation: 0.55 and the lightness value of 7ebada is 0.67.

The process color (four color CMYK) of #7ebada color hex is 0.42, 0.15, 0.00, 0.15. Web safe color of #7ebada is #66cccc. Color #7ebada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11011010
Octal 176 272 332
Decimal 126 186 218
Hex 7E BA DA

RGB Percentages of Color #7ebada

%23.77
%35.09
%41.13

CMYK Percentages of Color #7ebada

%42
%15
%0
%15

Triadic Colors of #7ebada

#7ebada #da7eba #bada7e

Analogous Colors of #7ebada

#7ebada #7e8cda #7edacc

Monochromatic Colors of #7ebada

#7ebada

Complementary Color

#7ebada #da9e7e

#7ebada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebada Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebada Color CSS Codes

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

#7ebada Text Font Color

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

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


#7ebada Background Color

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

This div background color is #7ebada


#7ebada Border Color

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

This div border color is #7ebada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebada


Comments

No comments written yet.

Please login to write comment.