Color Hex Logo

#7ab8ff Color Hex

#7AB8FF
(122,184,255)
0 Favorites   0 Comments

Color spaces of #7ab8ff

RGB 122184255
HSL0.591.000.74
HSV212°52°100°
CMYK 0.520.280.00   0.00
XYZ43.216545.6386101.1391
Yxy45.63860.22750.2402
Hunter Lab67.5563-4.0353-41.4740
CIE-Lab73.3104-0.4787-41.1580

#7ab8ff color RGB value is (122,184,255).

#7ab8ff hex color red value is 122, green value is 184 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7ab8ff hue: 0.59 , saturation: 1.00 and the lightness value of 7ab8ff is 0.74.

The process color (four color CMYK) of #7ab8ff color hex is 0.52, 0.28, 0.00, 0.00. Web safe color of #7ab8ff is #66ccff. Color #7ab8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111000 11111111
Octal 172 270 377
Decimal 122 184 255
Hex 7A B8 FF

RGB Percentages of Color #7ab8ff

%21.75
%32.80
%45.45

CMYK Percentages of Color #7ab8ff

%52
%28
%0
%0

Triadic Colors of #7ab8ff

#7ab8ff #ff7ab8 #b8ff7a

Analogous Colors of #7ab8ff

#7ab8ff #7f7aff #7afbff

Monochromatic Colors of #7ab8ff

#7ab8ff

Complementary Color

#7ab8ff #ffc17a

#7ab8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab8ff Color CSS Codes

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

#7ab8ff Text Font Color

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

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


#7ab8ff Background Color

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

This div background color is #7ab8ff


#7ab8ff Border Color

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

This div border color is #7ab8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab8ff

Related Colors

#7ab8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.