Color Hex Logo

#71febc Color Hex

#71FEBC
(113,254,188)
0 Favorites   0 Comments

Color spaces of #71febc

RGB 113254188
HSL0.420.990.72
HSV152°56°100°
CMYK 0.560.000.26   0.00
XYZ51.329078.025259.9320
Yxy78.02520.27120.4122
Hunter Lab88.3319-50.855721.6048
CIE-Lab90.7914-53.135620.2166

#71febc color RGB value is (113,254,188).

#71febc hex color red value is 113, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #71febc hue: 0.42 , saturation: 0.99 and the lightness value of 71febc is 0.72.

The process color (four color CMYK) of #71febc color hex is 0.56, 0.00, 0.26, 0.00. Web safe color of #71febc is #66ffcc. Color #71febc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111110 10111100
Octal 161 376 274
Decimal 113 254 188
Hex 71 FE BC

RGB Percentages of Color #71febc

%20.36
%45.77
%33.87

CMYK Percentages of Color #71febc

%56
%0
%26
%0

Triadic Colors of #71febc

#71febc #bc71fe #febc71

Analogous Colors of #71febc

#71febc #71fafe #71fe76

Monochromatic Colors of #71febc

#71febc

Complementary Color

#71febc #fe71b3

#71febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71febc Color CSS Codes

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

#71febc Text Font Color

<p style="color:#71febc">Text here</p>

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


#71febc Background Color

<div style="background-color:#71febc">
Div content here</div>

This div background color is #71febc


#71febc Border Color

<div style="border:3px solid #71febc">
Div here</div>

This div border color is #71febc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,254,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71febc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71febc;
  -webkit-box-shadow: 1px 1px 3px 2px #71febc;
  box-shadow:         1px 1px 3px 2px #71febc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,254,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71febc

Related Colors


Comments

No comments written yet.

Please login to write comment.