Color Hex Logo

#7eddf2 Color Hex

#7EDDF2
(126,221,242)
0 Favorites   0 Comments

Color spaces of #7eddf2

RGB 126221242
HSL0.530.820.72
HSV191°48°95°
CMYK 0.480.090.00   0.05
XYZ50.487662.559393.4186
Yxy62.55930.24450.3030
Hunter Lab79.0944-24.4751-14.6614
CIE-Lab83.2100-22.6940-18.9925

#7eddf2 color RGB value is (126,221,242).

#7eddf2 hex color red value is 126, green value is 221 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #7eddf2 hue: 0.53 , saturation: 0.82 and the lightness value of 7eddf2 is 0.72.

The process color (four color CMYK) of #7eddf2 color hex is 0.48, 0.09, 0.00, 0.05. Web safe color of #7eddf2 is #66ccff. Color #7eddf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 11110010
Octal 176 335 362
Decimal 126 221 242
Hex 7E DD F2

RGB Percentages of Color #7eddf2

%21.39
%37.52
%41.09

CMYK Percentages of Color #7eddf2

%48
%9
%0
%5

Triadic Colors of #7eddf2

#7eddf2 #f27edd #ddf27e

Analogous Colors of #7eddf2

#7eddf2 #7ea3f2 #7ef2cd

Monochromatic Colors of #7eddf2

#7eddf2

Complementary Color

#7eddf2 #f2937e

#7eddf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddf2 Color CSS Codes

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

#7eddf2 Text Font Color

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

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


#7eddf2 Background Color

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

This div background color is #7eddf2


#7eddf2 Border Color

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

This div border color is #7eddf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddf2


Comments

No comments written yet.

Please login to write comment.