Color Hex Logo

#7ed0ff Color Hex

#7ED0FF
(126,208,255)
0 Favorites   0 Comments

Color spaces of #7ed0ff

RGB 126208255
HSL0.561.000.75
HSV202°51°100°
CMYK 0.510.180.00   0.00
XYZ49.210156.7674102.9713
Yxy56.76740.23550.2717
Hunter Lab75.3441-15.2672-28.2895
CIE-Lab80.0486-12.5120-30.7118

#7ed0ff color RGB value is (126,208,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010000 11111111
Octal 176 320 377
Decimal 126 208 255
Hex 7E D0 FF

RGB Percentages of Color #7ed0ff

%21.39
%35.31
%43.29

CMYK Percentages of Color #7ed0ff

%51
%18
%0
%0

Triadic Colors of #7ed0ff

#7ed0ff #ff7ed0 #d0ff7e

Analogous Colors of #7ed0ff

#7ed0ff #7e90ff #7effee

Monochromatic Colors of #7ed0ff

#7ed0ff

Complementary Color

#7ed0ff #ffad7e

#7ed0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed0ff Color CSS Codes

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

#7ed0ff Text Font Color

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

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


#7ed0ff Background Color

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

This div background color is #7ed0ff


#7ed0ff Border Color

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

This div border color is #7ed0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed0ff


Comments

No comments written yet.

Please login to write comment.