Color Hex Logo

#31addf Color Hex

#31ADDF
(49,173,223)
0 Favorites   0 Comments

Color spaces of #31addf

RGB 49173223
HSL0.550.730.53
HSV197°78°87°
CMYK 0.780.220.00   0.13
XYZ29.529535.867875.1789
Yxy35.86780.21010.2551
Hunter Lab59.8897-16.7950-32.5033
CIE-Lab66.4188-16.6100-34.6687

#31addf color RGB value is (49,173,223).

#31addf hex color red value is 49, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #31addf hue: 0.55 , saturation: 0.73 and the lightness value of 31addf is 0.53.

The process color (four color CMYK) of #31addf color hex is 0.78, 0.22, 0.00, 0.13. Web safe color of #31addf is #3399cc. Color #31addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101101 11011111
Octal 61 255 337
Decimal 49 173 223
Hex 31 AD DF

RGB Percentages of Color #31addf

%11.01
%38.88
%50.11

CMYK Percentages of Color #31addf

%78
%22
%0
%13

Triadic Colors of #31addf

#31addf #df31ad #addf31

Analogous Colors of #31addf

#31addf #3156df #31dfba

Monochromatic Colors of #31addf

#31addf

Complementary Color

#31addf #df6331

#31addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#31addf Color CSS Codes

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

#31addf Text Font Color

<p style="color:#31addf">Text here</p>

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


#31addf Background Color

<div style="background-color:#31addf">
Div content here</div>

This div background color is #31addf


#31addf Border Color

<div style="border:3px solid #31addf">
Div here</div>

This div border color is #31addf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,173,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31addf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31addf;
  -webkit-box-shadow: 1px 1px 3px 2px #31addf;
  box-shadow:         1px 1px 3px 2px #31addf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,173,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31addf


Comments

No comments written yet.

Please login to write comment.