Color Hex Logo

#1facc9 Color Hex

#1FACC9
(31,172,201)
0 Favorites   0 Comments

Color spaces of #1facc9

RGB 31172201
HSL0.530.730.45
HSV190°85°79°
CMYK 0.850.140.00   0.21
XYZ25.860234.013460.4606
Yxy34.01340.21490.2827
Hunter Lab58.3210-22.9128-20.6404
CIE-Lab64.9732-25.0303-24.7780

#1facc9 color RGB value is (31,172,201).

#1facc9 hex color red value is 31, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #1facc9 hue: 0.53 , saturation: 0.73 and the lightness value of 1facc9 is 0.45.

The process color (four color CMYK) of #1facc9 color hex is 0.85, 0.14, 0.00, 0.21. Web safe color of #1facc9 is #3399cc. Color #1facc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101100 11001001
Octal 37 254 311
Decimal 31 172 201
Hex 1F AC C9

RGB Percentages of Color #1facc9

%7.67
%42.57
%49.75

CMYK Percentages of Color #1facc9

%85
%14
%0
%21

Triadic Colors of #1facc9

#1facc9 #c91fac #acc91f

Analogous Colors of #1facc9

#1facc9 #1f57c9 #1fc991

Monochromatic Colors of #1facc9

#1facc9

Complementary Color

#1facc9 #c93c1f

#1facc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1facc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1facc9 Color CSS Codes

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

#1facc9 Text Font Color

<p style="color:#1facc9">Text here</p>

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


#1facc9 Background Color

<div style="background-color:#1facc9">
Div content here</div>

This div background color is #1facc9


#1facc9 Border Color

<div style="border:3px solid #1facc9">
Div here</div>

This div border color is #1facc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,172,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1facc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1facc9;
  -webkit-box-shadow: 1px 1px 3px 2px #1facc9;
  box-shadow:         1px 1px 3px 2px #1facc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,172,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1facc9


Comments

No comments written yet.

Please login to write comment.