Color Hex Logo

#31ccee Color Hex

#31CCEE
(49,204,238)
0 Favorites   0 Comments

Color spaces of #31ccee

RGB 49204238
HSL0.530.850.56
HSV191°79°93°
CMYK 0.790.140.00   0.07
XYZ38.292150.011788.5239
Yxy50.01170.21660.2828
Hunter Lab70.7190-27.1060-24.7142
CIE-Lab76.0764-27.5974-27.9128

#31ccee color RGB value is (49,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001100 11101110
Octal 61 314 356
Decimal 49 204 238
Hex 31 CC EE

RGB Percentages of Color #31ccee

%9.98
%41.55
%48.47

CMYK Percentages of Color #31ccee

%79
%14
%0
%7

Triadic Colors of #31ccee

#31ccee #ee31cc #ccee31

Analogous Colors of #31ccee

#31ccee #316eee #31eeb2

Monochromatic Colors of #31ccee

#31ccee

Complementary Color

#31ccee #ee5331

#31ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ccee Color CSS Codes

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

#31ccee Text Font Color

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

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


#31ccee Background Color

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

This div background color is #31ccee


#31ccee Border Color

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

This div border color is #31ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ccee


Comments

No comments written yet.

Please login to write comment.