Color Hex Logo

#7edfef Color Hex

#7EDFEF
(126,223,239)
0 Favorites   0 Comments

Color spaces of #7edfef

RGB 126223239
HSL0.520.780.72
HSV188°47°94°
CMYK 0.470.070.00   0.06
XYZ50.571863.443091.2417
Yxy63.44300.24640.3091
Hunter Lab79.6511-26.0569-12.1619
CIE-Lab83.6749-24.4732-16.7030

#7edfef color RGB value is (126,223,239).

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

The process color (four color CMYK) of #7edfef color hex is 0.47, 0.07, 0.00, 0.06. Web safe color of #7edfef is #66ccff. Color #7edfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 11101111
Octal 176 337 357
Decimal 126 223 239
Hex 7E DF EF

RGB Percentages of Color #7edfef

%21.43
%37.93
%40.65

CMYK Percentages of Color #7edfef

%47
%7
%0
%6

Triadic Colors of #7edfef

#7edfef #ef7edf #dfef7e

Analogous Colors of #7edfef

#7edfef #7ea7ef #7eefc7

Monochromatic Colors of #7edfef

#7edfef

Complementary Color

#7edfef #ef8e7e

#7edfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfef Color CSS Codes

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

#7edfef Text Font Color

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

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


#7edfef Background Color

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

This div background color is #7edfef


#7edfef Border Color

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

This div border color is #7edfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfef


Comments

No comments written yet.

Please login to write comment.