Color Hex Logo

#7ebad7 Color Hex

#7EBAD7
(126,186,215)
0 Favorites   0 Comments

Color spaces of #7ebad7

RGB 126186215
HSL0.550.530.67
HSV200°41°84°
CMYK 0.410.130.00   0.16
XYZ38.428844.459770.8461
Yxy44.45970.25000.2892
Hunter Lab66.6781-13.8112-16.3215
CIE-Lab72.5347-11.8923-20.6606

#7ebad7 color RGB value is (126,186,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11010111
Octal 176 272 327
Decimal 126 186 215
Hex 7E BA D7

RGB Percentages of Color #7ebad7

%23.91
%35.29
%40.80

CMYK Percentages of Color #7ebad7

%41
%13
%0
%16

Triadic Colors of #7ebad7

#7ebad7 #d77eba #bad77e

Analogous Colors of #7ebad7

#7ebad7 #7e8ed7 #7ed7c8

Monochromatic Colors of #7ebad7

#7ebad7

Complementary Color

#7ebad7 #d79b7e

#7ebad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebad7 Color CSS Codes

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

#7ebad7 Text Font Color

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

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


#7ebad7 Background Color

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

This div background color is #7ebad7


#7ebad7 Border Color

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

This div border color is #7ebad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebad7


Comments

No comments written yet.

Please login to write comment.