Color Hex Logo

#31aceb Color Hex

#31ACEB
(49,172,235)
0 Favorites   0 Comments

Color spaces of #31aceb

RGB 49172235
HSL0.560.820.56
HSV200°79°92°
CMYK 0.790.270.00   0.08
XYZ31.014536.156283.9415
Yxy36.15620.20520.2393
Hunter Lab60.1300-13.1589-40.6778
CIE-Lab66.6391-11.9756-40.9059

#31aceb color RGB value is (49,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 11101011
Octal 61 254 353
Decimal 49 172 235
Hex 31 AC EB

RGB Percentages of Color #31aceb

%10.75
%37.72
%51.54

CMYK Percentages of Color #31aceb

%79
%27
%0
%8

Triadic Colors of #31aceb

#31aceb #eb31ac #aceb31

Analogous Colors of #31aceb

#31aceb #314feb #31ebcd

Monochromatic Colors of #31aceb

#31aceb

Complementary Color

#31aceb #eb7031

#31aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aceb Color CSS Codes

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

#31aceb Text Font Color

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

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


#31aceb Background Color

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

This div background color is #31aceb


#31aceb Border Color

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

This div border color is #31aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aceb


Comments

No comments written yet.

Please login to write comment.