Color Hex Logo

#7aefdf Color Hex

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

Color spaces of #7aefdf

RGB 122239223
HSL0.480.790.71
HSV172°49°94°
CMYK 0.490.000.07   0.06
XYZ52.211871.198380.8028
Yxy71.19830.25570.3486
Hunter Lab84.3791-37.21182.2883
CIE-Lab87.5813-36.9777-2.4840

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

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

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

Base Numbers

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

RGB Percentages of Color #7aefdf

%20.89
%40.92
%38.18

CMYK Percentages of Color #7aefdf

%49
%0
%7
%6

Triadic Colors of #7aefdf

#7aefdf #df7aef #efdf7a

Analogous Colors of #7aefdf

#7aefdf #7ac5ef #7aefa5

Monochromatic Colors of #7aefdf

#7aefdf

Complementary Color

#7aefdf #ef7a8a

#7aefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aefdf Color CSS Codes

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

#7aefdf Text Font Color

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

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


#7aefdf Background Color

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

This div background color is #7aefdf


#7aefdf Border Color

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

This div border color is #7aefdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,239,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aefdf


Comments

No comments written yet.

Please login to write comment.