Color Hex Logo

#31adda Color Hex

#31ADDA
(49,173,218)
0 Favorites   0 Comments

Color spaces of #31adda

RGB 49173218
HSL0.540.700.52
HSV196°78°85°
CMYK 0.780.210.00   0.15
XYZ28.865135.602171.6802
Yxy35.60210.21200.2615
Hunter Lab59.6675-18.0659-29.4595
CIE-Lab66.2148-18.2897-32.2345

#31adda color RGB value is (49,173,218).

#31adda hex color red value is 49, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #31adda hue: 0.54 , saturation: 0.70 and the lightness value of 31adda is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101101 11011010
Octal 61 255 332
Decimal 49 173 218
Hex 31 AD DA

RGB Percentages of Color #31adda

%11.14
%39.32
%49.55

CMYK Percentages of Color #31adda

%78
%21
%0
%15

Triadic Colors of #31adda

#31adda #da31ad #adda31

Analogous Colors of #31adda

#31adda #3158da #31dab3

Monochromatic Colors of #31adda

#31adda

Complementary Color

#31adda #da5e31

#31adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#31adda Color CSS Codes

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

#31adda Text Font Color

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

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


#31adda Background Color

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

This div background color is #31adda


#31adda Border Color

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

This div border color is #31adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31adda


Comments

No comments written yet.

Please login to write comment.