Color Hex Logo

#7aefeb Color Hex

#7AEFEB
(122,239,235)
0 Favorites   0 Comments

Color spaces of #7aefeb

RGB 122239235
HSL0.490.790.71
HSV178°49°94°
CMYK 0.490.000.02   0.06
XYZ53.887971.868789.6291
Yxy71.86870.25020.3337
Hunter Lab84.7754-34.8926-3.3418
CIE-Lab87.9054-34.0389-8.2917

#7aefeb color RGB value is (122,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101111 11101011
Octal 172 357 353
Decimal 122 239 235
Hex 7A EF EB

RGB Percentages of Color #7aefeb

%20.47
%40.10
%39.43

CMYK Percentages of Color #7aefeb

%49
%0
%2
%6

Triadic Colors of #7aefeb

#7aefeb #eb7aef #efeb7a

Analogous Colors of #7aefeb

#7aefeb #7ab9ef #7aefb1

Monochromatic Colors of #7aefeb

#7aefeb

Complementary Color

#7aefeb #ef7a7e

#7aefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aefeb Color CSS Codes

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

#7aefeb Text Font Color

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

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


#7aefeb Background Color

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

This div background color is #7aefeb


#7aefeb Border Color

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

This div border color is #7aefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aefeb


Comments

No comments written yet.

Please login to write comment.