Color Hex Logo

#7fabcc Color Hex

#7FABCC
(127,171,204)
0 Favorites   0 Comments

Color spaces of #7fabcc

RGB 127171204
HSL0.570.430.65
HSV206°38°80°
CMYK 0.380.160.00   0.20
XYZ34.214437.997562.6577
Yxy37.99750.25370.2817
Hunter Lab61.6421-8.7974-17.1174
CIE-Lab68.0188-6.4693-21.4946

#7fabcc color RGB value is (127,171,204).

#7fabcc hex color red value is 127, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7fabcc hue: 0.57 , saturation: 0.43 and the lightness value of 7fabcc is 0.65.

The process color (four color CMYK) of #7fabcc color hex is 0.38, 0.16, 0.00, 0.20. Web safe color of #7fabcc is #6699cc. Color #7fabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 11001100
Octal 177 253 314
Decimal 127 171 204
Hex 7F AB CC

RGB Percentages of Color #7fabcc

%25.30
%34.06
%40.64

CMYK Percentages of Color #7fabcc

%38
%16
%0
%20

Triadic Colors of #7fabcc

#7fabcc #cc7fab #abcc7f

Analogous Colors of #7fabcc

#7fabcc #7f85cc #7fccc7

Monochromatic Colors of #7fabcc

#7fabcc

Complementary Color

#7fabcc #cca07f

#7fabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabcc Color CSS Codes

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

#7fabcc Text Font Color

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

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


#7fabcc Background Color

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

This div background color is #7fabcc


#7fabcc Border Color

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

This div border color is #7fabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabcc


Comments

No comments written yet.

Please login to write comment.