Color Hex Logo

#7eafeb Color Hex

#7EAFEB
(126,175,235)
0 Favorites   0 Comments

Color spaces of #7eafeb

RGB 126175235
HSL0.590.730.71
HSV213°46°92°
CMYK 0.460.260.00   0.08
XYZ38.929641.093784.4773
Yxy41.09370.23670.2498
Hunter Lab64.1044-3.7823-33.2598
CIE-Lab70.2415-0.4088-35.0842

#7eafeb color RGB value is (126,175,235).

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

The process color (four color CMYK) of #7eafeb color hex is 0.46, 0.26, 0.00, 0.08. Web safe color of #7eafeb is #6699ff. Color #7eafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11101011
Octal 176 257 353
Decimal 126 175 235
Hex 7E AF EB

RGB Percentages of Color #7eafeb

%23.51
%32.65
%43.84

CMYK Percentages of Color #7eafeb

%46
%26
%0
%8

Triadic Colors of #7eafeb

#7eafeb #eb7eaf #afeb7e

Analogous Colors of #7eafeb

#7eafeb #847eeb #7ee6eb

Monochromatic Colors of #7eafeb

#7eafeb

Complementary Color

#7eafeb #ebba7e

#7eafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafeb Color CSS Codes

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

#7eafeb Text Font Color

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

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


#7eafeb Background Color

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

This div background color is #7eafeb


#7eafeb Border Color

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

This div border color is #7eafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafeb


Comments

No comments written yet.

Please login to write comment.