Color Hex Logo

#31aedc Color Hex

#31AEDC
(49,174,220)
0 Favorites   0 Comments

Color spaces of #31aedc

RGB 49174220
HSL0.540.710.53
HSV196°78°86°
CMYK 0.780.210.00   0.14
XYZ29.320936.092473.1313
Yxy36.09240.21160.2605
Hunter Lab60.0770-18.0167-30.1195
CIE-Lab66.5905-18.1493-32.7530

#31aedc color RGB value is (49,174,220).

#31aedc hex color red value is 49, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #31aedc hue: 0.54 , saturation: 0.71 and the lightness value of 31aedc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101110 11011100
Octal 61 256 334
Decimal 49 174 220
Hex 31 AE DC

RGB Percentages of Color #31aedc

%11.06
%39.28
%49.66

CMYK Percentages of Color #31aedc

%78
%21
%0
%14

Triadic Colors of #31aedc

#31aedc #dc31ae #aedc31

Analogous Colors of #31aedc

#31aedc #3158dc #31dcb5

Monochromatic Colors of #31aedc

#31aedc

Complementary Color

#31aedc #dc5f31

#31aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aedc Color CSS Codes

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

#31aedc Text Font Color

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

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


#31aedc Background Color

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

This div background color is #31aedc


#31aedc Border Color

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

This div border color is #31aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aedc


Comments

No comments written yet.

Please login to write comment.