Color Hex Logo

#7ebeeb Color Hex

#7EBEEB
(126,190,235)
0 Favorites   0 Comments

Color spaces of #7ebeeb

RGB 126190235
HSL0.570.730.71
HSV205°46°92°
CMYK 0.460.190.00   0.08
XYZ42.013047.260785.5052
Yxy47.26070.24040.2704
Hunter Lab68.7464-11.2195-25.6210
CIE-Lab74.3562-8.5891-28.7323

#7ebeeb color RGB value is (126,190,235).

#7ebeeb hex color red value is 126, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7ebeeb hue: 0.57 , saturation: 0.73 and the lightness value of 7ebeeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11101011
Octal 176 276 353
Decimal 126 190 235
Hex 7E BE EB

RGB Percentages of Color #7ebeeb

%22.87
%34.48
%42.65

CMYK Percentages of Color #7ebeeb

%46
%19
%0
%8

Triadic Colors of #7ebeeb

#7ebeeb #eb7ebe #beeb7e

Analogous Colors of #7ebeeb

#7ebeeb #7e88eb #7eebe2

Monochromatic Colors of #7ebeeb

#7ebeeb

Complementary Color

#7ebeeb #ebab7e

#7ebeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebeeb Color CSS Codes

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

#7ebeeb Text Font Color

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

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


#7ebeeb Background Color

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

This div background color is #7ebeeb


#7ebeeb Border Color

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

This div border color is #7ebeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebeeb


Comments

No comments written yet.

Please login to write comment.