Color Hex Logo

#1faedd Color Hex

#1FAEDD
(31,174,221)
0 Favorites   0 Comments

Color spaces of #1faedd

RGB 31174221
HSL0.540.750.49
HSV195°86°87°
CMYK 0.860.210.00   0.13
XYZ28.752335.783973.7982
Yxy35.78390.20780.2587
Hunter Lab59.8196-18.8884-31.2710
CIE-Lab66.3545-19.3303-33.6907

#1faedd color RGB value is (31,174,221).

#1faedd hex color red value is 31, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1faedd hue: 0.54 , saturation: 0.75 and the lightness value of 1faedd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101110 11011101
Octal 37 256 335
Decimal 31 174 221
Hex 1F AE DD

RGB Percentages of Color #1faedd

%7.28
%40.85
%51.88

CMYK Percentages of Color #1faedd

%86
%21
%0
%13

Triadic Colors of #1faedd

#1faedd #dd1fae #aedd1f

Analogous Colors of #1faedd

#1faedd #1f4fdd #1fddad

Monochromatic Colors of #1faedd

#1faedd

Complementary Color

#1faedd #dd4e1f

#1faedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1faedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1faedd Color CSS Codes

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

#1faedd Text Font Color

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

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


#1faedd Background Color

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

This div background color is #1faedd


#1faedd Border Color

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

This div border color is #1faedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1faedd


Comments

No comments written yet.

Please login to write comment.