Color Hex Logo

#31efca Color Hex

#31EFCA
(49,239,202)
0 Favorites   0 Comments

Color spaces of #31efca

RGB 49239202
HSL0.470.860.56
HSV168°79°94°
CMYK 0.790.000.15   0.06
XYZ42.793866.650266.4864
Yxy66.65020.24320.3788
Hunter Lab81.6396-49.30328.8626
CIE-Lab85.3270-53.53195.0255

#31efca color RGB value is (49,239,202).

#31efca hex color red value is 49, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #31efca hue: 0.47 , saturation: 0.86 and the lightness value of 31efca is 0.56.

The process color (four color CMYK) of #31efca color hex is 0.79, 0.00, 0.15, 0.06. Web safe color of #31efca is #33ffcc. Color #31efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101111 11001010
Octal 61 357 312
Decimal 49 239 202
Hex 31 EF CA

RGB Percentages of Color #31efca

%10.00
%48.78
%41.22

CMYK Percentages of Color #31efca

%79
%0
%15
%6

Triadic Colors of #31efca

#31efca #ca31ef #efca31

Analogous Colors of #31efca

#31efca #31b5ef #31ef6b

Monochromatic Colors of #31efca

#31efca

Complementary Color

#31efca #ef3156

#31efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#31efca Color CSS Codes

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

#31efca Text Font Color

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

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


#31efca Background Color

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

This div background color is #31efca


#31efca Border Color

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

This div border color is #31efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31efca


Comments

No comments written yet.

Please login to write comment.