Color Hex Logo

#1faefb Color Hex

#1FAEFB
(31,174,251)
0 Favorites   0 Comments

Color spaces of #1faefb

RGB 31174251
HSL0.560.960.55
HSV201°88°98°
CMYK 0.880.310.00   0.02
XYZ33.113737.528496.7652
Yxy37.52840.19780.2242
Hunter Lab61.2604-10.7194-50.7705
CIE-Lab67.6716-8.8286-48.0255

#1faefb color RGB value is (31,174,251).

#1faefb hex color red value is 31, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1faefb hue: 0.56 , saturation: 0.96 and the lightness value of 1faefb is 0.55.

The process color (four color CMYK) of #1faefb color hex is 0.88, 0.31, 0.00, 0.02. Web safe color of #1faefb is #3399ff. Color #1faefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101110 11111011
Octal 37 256 373
Decimal 31 174 251
Hex 1F AE FB

RGB Percentages of Color #1faefb

%6.80
%38.16
%55.04

CMYK Percentages of Color #1faefb

%88
%31
%0
%2

Triadic Colors of #1faefb

#1faefb #fb1fae #aefb1f

Analogous Colors of #1faefb

#1faefb #1f40fb #1ffbda

Monochromatic Colors of #1faefb

#1faefb

Complementary Color

#1faefb #fb6c1f

#1faefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1faefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1faefb Color CSS Codes

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

#1faefb Text Font Color

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

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


#1faefb Background Color

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

This div background color is #1faefb


#1faefb Border Color

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

This div border color is #1faefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1faefb


Comments

No comments written yet.

Please login to write comment.