Color Hex Logo

#7fabbd Color Hex

#7FABBD
(127,171,189)
0 Favorites   0 Comments

Color spaces of #7fabbd

RGB 127171189
HSL0.550.320.62
HSV197°33°74°
CMYK 0.330.100.00   0.26
XYZ32.500637.312053.6331
Yxy37.31200.26330.3023
Hunter Lab61.0835-11.9221-9.2998
CIE-Lab67.5105-10.3189-13.9669

#7fabbd color RGB value is (127,171,189).

#7fabbd hex color red value is 127, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7fabbd hue: 0.55 , saturation: 0.32 and the lightness value of 7fabbd is 0.62.

The process color (four color CMYK) of #7fabbd color hex is 0.33, 0.10, 0.00, 0.26. Web safe color of #7fabbd is #6699cc. Color #7fabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 10111101
Octal 177 253 275
Decimal 127 171 189
Hex 7F AB BD

RGB Percentages of Color #7fabbd

%26.08
%35.11
%38.81

CMYK Percentages of Color #7fabbd

%33
%10
%0
%26

Triadic Colors of #7fabbd

#7fabbd #bd7fab #abbd7f

Analogous Colors of #7fabbd

#7fabbd #7f8cbd #7fbdb0

Monochromatic Colors of #7fabbd

#7fabbd

Complementary Color

#7fabbd #bd917f

#7fabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabbd Color CSS Codes

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

#7fabbd Text Font Color

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

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


#7fabbd Background Color

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

This div background color is #7fabbd


#7fabbd Border Color

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

This div border color is #7fabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabbd


Comments

No comments written yet.

Please login to write comment.