Color Hex Logo

#7fabef Color Hex

#7FABEF
(127,171,239)
0 Favorites   0 Comments

Color spaces of #7fabef

RGB 127171239
HSL0.600.780.72
HSV216°47°94°
CMYK 0.470.280.00   0.06
XYZ38.895339.869887.3070
Yxy39.86980.23420.2401
Hunter Lab63.1425-0.5449-37.7803
CIE-Lab69.37673.2098-38.6048

#7fabef color RGB value is (127,171,239).

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

The process color (four color CMYK) of #7fabef color hex is 0.47, 0.28, 0.00, 0.06. Web safe color of #7fabef is #6699ff. Color #7fabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 11101111
Octal 177 253 357
Decimal 127 171 239
Hex 7F AB EF

RGB Percentages of Color #7fabef

%23.65
%31.84
%44.51

CMYK Percentages of Color #7fabef

%47
%28
%0
%6

Triadic Colors of #7fabef

#7fabef #ef7fab #abef7f

Analogous Colors of #7fabef

#7fabef #8b7fef #7fe3ef

Monochromatic Colors of #7fabef

#7fabef

Complementary Color

#7fabef #efc37f

#7fabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabef Color CSS Codes

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

#7fabef Text Font Color

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

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


#7fabef Background Color

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

This div background color is #7fabef


#7fabef Border Color

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

This div border color is #7fabef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,171,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabef


Comments

No comments written yet.

Please login to write comment.