Color Hex Logo

#7afeeb Color Hex

#7AFEEB
(122,254,235)
0 Favorites   0 Comments

Color spaces of #7afeeb

RGB 122254235
HSL0.480.990.74
HSV171°52°100°
CMYK 0.520.000.07   0.00
XYZ58.463281.019491.1542
Yxy81.01940.25350.3513
Hunter Lab90.0108-41.58072.9644
CIE-Lab92.1403-40.8978-2.0472

#7afeeb color RGB value is (122,254,235).

#7afeeb hex color red value is 122, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7afeeb hue: 0.48 , saturation: 0.99 and the lightness value of 7afeeb is 0.74.

The process color (four color CMYK) of #7afeeb color hex is 0.52, 0.00, 0.07, 0.00. Web safe color of #7afeeb is #66ffff. Color #7afeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111110 11101011
Octal 172 376 353
Decimal 122 254 235
Hex 7A FE EB

RGB Percentages of Color #7afeeb

%19.97
%41.57
%38.46

CMYK Percentages of Color #7afeeb

%52
%0
%7
%0

Triadic Colors of #7afeeb

#7afeeb #eb7afe #feeb7a

Analogous Colors of #7afeeb

#7afeeb #7acffe #7afea9

Monochromatic Colors of #7afeeb

#7afeeb

Complementary Color

#7afeeb #fe7a8d

#7afeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afeeb Color CSS Codes

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

#7afeeb Text Font Color

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

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


#7afeeb Background Color

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

This div background color is #7afeeb


#7afeeb Border Color

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

This div border color is #7afeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afeeb


Comments

No comments written yet.

Please login to write comment.