Color Hex Logo

#7ac8eb Color Hex

#7AC8EB
(122,200,235)
0 Favorites   0 Comments

Color spaces of #7ac8eb

RGB 122200235
HSL0.550.740.70
HSV199°48°92°
CMYK 0.480.150.00   0.08
XYZ43.675751.444386.2250
Yxy51.44430.24080.2837
Hunter Lab71.7247-16.8232-21.0692
CIE-Lab76.9474-14.7982-24.7811

#7ac8eb color RGB value is (122,200,235).

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

The process color (four color CMYK) of #7ac8eb color hex is 0.48, 0.15, 0.00, 0.08. Web safe color of #7ac8eb is #66ccff. Color #7ac8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001000 11101011
Octal 172 310 353
Decimal 122 200 235
Hex 7A C8 EB

RGB Percentages of Color #7ac8eb

%21.90
%35.91
%42.19

CMYK Percentages of Color #7ac8eb

%48
%15
%0
%8

Triadic Colors of #7ac8eb

#7ac8eb #eb7ac8 #c8eb7a

Analogous Colors of #7ac8eb

#7ac8eb #7a90eb #7aebd6

Monochromatic Colors of #7ac8eb

#7ac8eb

Complementary Color

#7ac8eb #eb9d7a

#7ac8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac8eb Color CSS Codes

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

#7ac8eb Text Font Color

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

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


#7ac8eb Background Color

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

This div background color is #7ac8eb


#7ac8eb Border Color

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

This div border color is #7ac8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac8eb


Comments

No comments written yet.

Please login to write comment.