Color Hex Logo

#31cdeb Color Hex

#31CDEB
(49,205,235)
0 Favorites   0 Comments

Color spaces of #31cdeb

RGB 49205235
HSL0.530.820.56
HSV190°79°92°
CMYK 0.790.130.00   0.08
XYZ38.093350.313886.3011
Yxy50.31380.21800.2880
Hunter Lab70.9322-28.2701-22.4838
CIE-Lab76.2615-29.0351-26.0181

#31cdeb color RGB value is (49,205,235).

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

The process color (four color CMYK) of #31cdeb color hex is 0.79, 0.13, 0.00, 0.08. Web safe color of #31cdeb is #33ccff. Color #31cdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001101 11101011
Octal 61 315 353
Decimal 49 205 235
Hex 31 CD EB

RGB Percentages of Color #31cdeb

%10.02
%41.92
%48.06

CMYK Percentages of Color #31cdeb

%79
%13
%0
%8

Triadic Colors of #31cdeb

#31cdeb #eb31cd #cdeb31

Analogous Colors of #31cdeb

#31cdeb #3170eb #31ebac

Monochromatic Colors of #31cdeb

#31cdeb

Complementary Color

#31cdeb #eb4f31

#31cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cdeb Color CSS Codes

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

#31cdeb Text Font Color

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

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


#31cdeb Background Color

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

This div background color is #31cdeb


#31cdeb Border Color

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

This div border color is #31cdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,205,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 #31cdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cdeb


Comments

No comments written yet.

Please login to write comment.