Color Hex Logo

#7adfef Color Hex

#7ADFEF
(122,223,239)
0 Favorites   0 Comments

Color spaces of #7adfef

RGB 122223239
HSL0.520.790.71
HSV188°49°94°
CMYK 0.490.070.00   0.06
XYZ49.993763.144991.2146
Yxy63.14490.24460.3090
Hunter Lab79.4638-26.7604-12.4330
CIE-Lab83.5186-25.3490-16.9539

#7adfef color RGB value is (122,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 11101111
Octal 172 337 357
Decimal 122 223 239
Hex 7A DF EF

RGB Percentages of Color #7adfef

%20.89
%38.18
%40.92

CMYK Percentages of Color #7adfef

%49
%7
%0
%6

Triadic Colors of #7adfef

#7adfef #ef7adf #dfef7a

Analogous Colors of #7adfef

#7adfef #7aa5ef #7aefc5

Monochromatic Colors of #7adfef

#7adfef

Complementary Color

#7adfef #ef8a7a

#7adfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adfef Color CSS Codes

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

#7adfef Text Font Color

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

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


#7adfef Background Color

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

This div background color is #7adfef


#7adfef Border Color

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

This div border color is #7adfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adfef


Comments

No comments written yet.

Please login to write comment.