Color Hex Logo

#7fabeb Color Hex

#7FABEB
(127,171,235)
0 Favorites   0 Comments

Color spaces of #7fabeb

RGB 127171235
HSL0.600.730.71
HSV216°46°92°
CMYK 0.460.270.00   0.08
XYZ38.310739.636084.2286
Yxy39.63600.23620.2444
Hunter Lab62.9571-1.5541-35.2525
CIE-Lab69.20952.0613-36.6831

#7fabeb color RGB value is (127,171,235).

#7fabeb hex color red value is 127, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7fabeb hue: 0.60 , saturation: 0.73 and the lightness value of 7fabeb is 0.71.

The process color (four color CMYK) of #7fabeb color hex is 0.46, 0.27, 0.00, 0.08. Web safe color of #7fabeb is #6699ff. Color #7fabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 11101011
Octal 177 253 353
Decimal 127 171 235
Hex 7F AB EB

RGB Percentages of Color #7fabeb

%23.83
%32.08
%44.09

CMYK Percentages of Color #7fabeb

%46
%27
%0
%8

Triadic Colors of #7fabeb

#7fabeb #eb7fab #abeb7f

Analogous Colors of #7fabeb

#7fabeb #897feb #7fe1eb

Monochromatic Colors of #7fabeb

#7fabeb

Complementary Color

#7fabeb #ebbf7f

#7fabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabeb Color CSS Codes

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

#7fabeb Text Font Color

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

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


#7fabeb Background Color

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

This div background color is #7fabeb


#7fabeb Border Color

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

This div border color is #7fabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabeb


Comments

No comments written yet.

Please login to write comment.