Color Hex Logo

#31acea Color Hex

#31ACEA
(49,172,234)
0 Favorites   0 Comments

Color spaces of #31acea

RGB 49172234
HSL0.560.810.55
HSV200°79°92°
CMYK 0.790.260.00   0.08
XYZ30.870436.098583.1826
Yxy36.09850.20560.2404
Hunter Lab60.0820-13.4295-40.0286
CIE-Lab66.5951-12.3200-40.4274

#31acea color RGB value is (49,172,234).

#31acea hex color red value is 49, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #31acea hue: 0.56 , saturation: 0.81 and the lightness value of 31acea is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 11101010
Octal 61 254 352
Decimal 49 172 234
Hex 31 AC EA

RGB Percentages of Color #31acea

%10.77
%37.80
%51.43

CMYK Percentages of Color #31acea

%79
%26
%0
%8

Triadic Colors of #31acea

#31acea #ea31ac #acea31

Analogous Colors of #31acea

#31acea #3150ea #31eacc

Monochromatic Colors of #31acea

#31acea

Complementary Color

#31acea #ea6f31

#31acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#31acea Color CSS Codes

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

#31acea Text Font Color

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

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


#31acea Background Color

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

This div background color is #31acea


#31acea Border Color

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

This div border color is #31acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31acea


Comments

No comments written yet.

Please login to write comment.