Color Hex Logo

#31accd Color Hex

#31ACCD
(49,172,205)
0 Favorites   0 Comments

Color spaces of #31accd

RGB 49172205
HSL0.540.610.50
HSV193°76°80°
CMYK 0.760.160.00   0.20
XYZ27.038634.565863.0044
Yxy34.56580.21700.2774
Hunter Lab58.7927-20.7955-22.3825
CIE-Lab65.4092-22.0613-26.3001

#31accd color RGB value is (49,172,205).

#31accd hex color red value is 49, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #31accd hue: 0.54 , saturation: 0.61 and the lightness value of 31accd is 0.50.

The process color (four color CMYK) of #31accd color hex is 0.76, 0.16, 0.00, 0.20. Web safe color of #31accd is #3399cc. Color #31accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 11001101
Octal 61 254 315
Decimal 49 172 205
Hex 31 AC CD

RGB Percentages of Color #31accd

%11.50
%40.38
%48.12

CMYK Percentages of Color #31accd

%76
%16
%0
%20

Triadic Colors of #31accd

#31accd #cd31ac #accd31

Analogous Colors of #31accd

#31accd #315ecd #31cda0

Monochromatic Colors of #31accd

#31accd

Complementary Color

#31accd #cd5231

#31accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31accd Color CSS Codes

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

#31accd Text Font Color

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

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


#31accd Background Color

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

This div background color is #31accd


#31accd Border Color

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

This div border color is #31accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31accd


Comments

No comments written yet.

Please login to write comment.