Color Hex Logo

#7edaff Color Hex

#7EDAFF
(126,218,255)
0 Favorites   0 Comments

Color spaces of #7edaff

RGB 126218255
HSL0.551.000.75
HSV197°51°100°
CMYK 0.510.150.00   0.00
XYZ51.725661.7984103.8098
Yxy61.79840.23800.2843
Hunter Lab78.6120-20.1204-23.2661
CIE-Lab82.8061-17.6701-26.4889

#7edaff color RGB value is (126,218,255).

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

The process color (four color CMYK) of #7edaff color hex is 0.51, 0.15, 0.00, 0.00. Web safe color of #7edaff is #66ccff. Color #7edaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 11111111
Octal 176 332 377
Decimal 126 218 255
Hex 7E DA FF

RGB Percentages of Color #7edaff

%21.04
%36.39
%42.57

CMYK Percentages of Color #7edaff

%51
%15
%0
%0

Triadic Colors of #7edaff

#7edaff #ff7eda #daff7e

Analogous Colors of #7edaff

#7edaff #7e9aff #7effe4

Monochromatic Colors of #7edaff

#7edaff

Complementary Color

#7edaff #ffa37e

#7edaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edaff Color CSS Codes

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

#7edaff Text Font Color

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

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


#7edaff Background Color

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

This div background color is #7edaff


#7edaff Border Color

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

This div border color is #7edaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edaff


Comments

No comments written yet.

Please login to write comment.