Color Hex Logo

#7eafef Color Hex

#7EAFEF
(126,175,239)
0 Favorites   0 Comments

Color spaces of #7eafef

RGB 126175239
HSL0.590.780.72
HSV214°47°94°
CMYK 0.470.270.00   0.06
XYZ39.514141.327687.5558
Yxy41.32760.23460.2454
Hunter Lab64.2865-2.7854-35.7501
CIE-Lab70.40480.7364-37.0084

#7eafef color RGB value is (126,175,239).

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

The process color (four color CMYK) of #7eafef color hex is 0.47, 0.27, 0.00, 0.06. Web safe color of #7eafef is #6699ff. Color #7eafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11101111
Octal 176 257 357
Decimal 126 175 239
Hex 7E AF EF

RGB Percentages of Color #7eafef

%23.33
%32.41
%44.26

CMYK Percentages of Color #7eafef

%47
%27
%0
%6

Triadic Colors of #7eafef

#7eafef #ef7eaf #afef7e

Analogous Colors of #7eafef

#7eafef #867eef #7ee8ef

Monochromatic Colors of #7eafef

#7eafef

Complementary Color

#7eafef #efbe7e

#7eafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafef Color CSS Codes

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

#7eafef Text Font Color

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

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


#7eafef Background Color

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

This div background color is #7eafef


#7eafef Border Color

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

This div border color is #7eafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafef


Comments

No comments written yet.

Please login to write comment.