Color Hex Logo

#7aebbd Color Hex

#7AEBBD
(122,235,189)
0 Favorites   0 Comments

Color spaces of #7aebbd

RGB 122235189
HSL0.430.740.70
HSV156°48°92°
CMYK 0.480.000.20   0.08
XYZ46.919767.228458.6476
Yxy67.22840.27150.3891
Hunter Lab81.9929-41.342614.9863
CIE-Lab85.6192-42.851212.4783

#7aebbd color RGB value is (122,235,189).

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

The process color (four color CMYK) of #7aebbd color hex is 0.48, 0.00, 0.20, 0.08. Web safe color of #7aebbd is #66ffcc. Color #7aebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 10111101
Octal 172 353 275
Decimal 122 235 189
Hex 7A EB BD

RGB Percentages of Color #7aebbd

%22.34
%43.04
%34.62

CMYK Percentages of Color #7aebbd

%48
%0
%20
%8

Triadic Colors of #7aebbd

#7aebbd #bd7aeb #ebbd7a

Analogous Colors of #7aebbd

#7aebbd #7ae1eb #7aeb85

Monochromatic Colors of #7aebbd

#7aebbd

Complementary Color

#7aebbd #eb7aa8

#7aebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebbd Color CSS Codes

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

#7aebbd Text Font Color

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

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


#7aebbd Background Color

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

This div background color is #7aebbd


#7aebbd Border Color

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

This div border color is #7aebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebbd


Comments

No comments written yet.

Please login to write comment.