Color Hex Logo

#7ebeda Color Hex

#7EBEDA
(126,190,218)
0 Favorites   0 Comments

Color spaces of #7ebeda

RGB 126190218
HSL0.550.550.67
HSV198°42°85°
CMYK 0.420.130.00   0.15
XYZ39.672546.324573.1802
Yxy46.32450.24920.2910
Hunter Lab68.0621-15.0634-16.1050
CIE-Lab73.7556-13.2086-20.4384

#7ebeda color RGB value is (126,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11011010
Octal 176 276 332
Decimal 126 190 218
Hex 7E BE DA

RGB Percentages of Color #7ebeda

%23.60
%35.58
%40.82

CMYK Percentages of Color #7ebeda

%42
%13
%0
%15

Triadic Colors of #7ebeda

#7ebeda #da7ebe #beda7e

Analogous Colors of #7ebeda

#7ebeda #7e90da #7edac8

Monochromatic Colors of #7ebeda

#7ebeda

Complementary Color

#7ebeda #da9a7e

#7ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebeda Color CSS Codes

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

#7ebeda Text Font Color

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

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


#7ebeda Background Color

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

This div background color is #7ebeda


#7ebeda Border Color

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

This div border color is #7ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebeda

#7ebeda Color Palettes


Comments

No comments written yet.

Please login to write comment.