Color Hex Logo

#7aebed Color Hex

#7AEBED
(122,235,237)
0 Favorites   0 Comments

Color spaces of #7aebed

RGB 122235237
HSL0.500.760.70
HSV181°49°93°
CMYK 0.490.010.00   0.07
XYZ53.020469.668790.7737
Yxy69.66870.24840.3264
Hunter Lab83.4678-32.6818-6.0522
CIE-Lab86.8341-31.6541-10.9332

#7aebed color RGB value is (122,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 11101101
Octal 172 353 355
Decimal 122 235 237
Hex 7A EB ED

RGB Percentages of Color #7aebed

%20.54
%39.56
%39.90

CMYK Percentages of Color #7aebed

%49
%1
%0
%7

Triadic Colors of #7aebed

#7aebed #ed7aeb #ebed7a

Analogous Colors of #7aebed

#7aebed #7ab2ed #7aedb6

Monochromatic Colors of #7aebed

#7aebed

Complementary Color

#7aebed #ed7c7a

#7aebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebed Color CSS Codes

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

#7aebed Text Font Color

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

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


#7aebed Background Color

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

This div background color is #7aebed


#7aebed Border Color

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

This div border color is #7aebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebed


Comments

No comments written yet.

Please login to write comment.