Color Hex Logo

#31aebd Color Hex

#31AEBD
(49,174,189)
0 Favorites   0 Comments

Color spaces of #31aebd

RGB 49174189
HSL0.520.590.47
HSV186°74°74°
CMYK 0.740.080.00   0.26
XYZ25.588034.599253.4738
Yxy34.59920.22510.3044
Hunter Lab58.8211-25.2869-12.7253
CIE-Lab65.4354-28.1634-17.3880

#31aebd color RGB value is (49,174,189).

#31aebd hex color red value is 49, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #31aebd hue: 0.52 , saturation: 0.59 and the lightness value of 31aebd is 0.47.

The process color (four color CMYK) of #31aebd color hex is 0.74, 0.08, 0.00, 0.26. Web safe color of #31aebd is #3399cc. Color #31aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101110 10111101
Octal 61 256 275
Decimal 49 174 189
Hex 31 AE BD

RGB Percentages of Color #31aebd

%11.89
%42.23
%45.87

CMYK Percentages of Color #31aebd

%74
%8
%0
%26

Triadic Colors of #31aebd

#31aebd #bd31ae #aebd31

Analogous Colors of #31aebd

#31aebd #3168bd #31bd86

Monochromatic Colors of #31aebd

#31aebd

Complementary Color

#31aebd #bd4031

#31aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aebd Color CSS Codes

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

#31aebd Text Font Color

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

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


#31aebd Background Color

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

This div background color is #31aebd


#31aebd Border Color

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

This div border color is #31aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aebd


Comments

No comments written yet.

Please login to write comment.