Color Hex Logo

#7fabdf Color Hex

#7FABDF
(127,171,223)
0 Favorites   0 Comments

Color spaces of #7fabdf

RGB 127171223
HSL0.590.600.69
HSV213°43°87°
CMYK 0.430.230.00   0.13
XYZ36.634638.965675.4023
Yxy38.96560.24260.2580
Hunter Lab62.4224-4.4808-27.9228
CIE-Lab68.7263-1.3230-30.8651

#7fabdf color RGB value is (127,171,223).

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

The process color (four color CMYK) of #7fabdf color hex is 0.43, 0.23, 0.00, 0.13. Web safe color of #7fabdf is #6699cc. Color #7fabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 11011111
Octal 177 253 337
Decimal 127 171 223
Hex 7F AB DF

RGB Percentages of Color #7fabdf

%24.38
%32.82
%42.80

CMYK Percentages of Color #7fabdf

%43
%23
%0
%13

Triadic Colors of #7fabdf

#7fabdf #df7fab #abdf7f

Analogous Colors of #7fabdf

#7fabdf #837fdf #7fdbdf

Monochromatic Colors of #7fabdf

#7fabdf

Complementary Color

#7fabdf #dfb37f

#7fabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabdf Color CSS Codes

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

#7fabdf Text Font Color

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

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


#7fabdf Background Color

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

This div background color is #7fabdf


#7fabdf Border Color

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

This div border color is #7fabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabdf


Comments

No comments written yet.

Please login to write comment.