Color Hex Logo

#71fbee Color Hex

#71FBEE
(113,251,238)
0 Favorites   0 Comments

Color spaces of #71fbee

RGB 113251238
HSL0.480.950.71
HSV174°55°98°
CMYK 0.550.000.05   0.02
XYZ56.739878.678193.0848
Yxy78.67810.24830.3443
Hunter Lab88.7007-41.0438-0.1300
CIE-Lab91.0884-40.5839-5.1822

#71fbee color RGB value is (113,251,238).

#71fbee hex color red value is 113, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #71fbee hue: 0.48 , saturation: 0.95 and the lightness value of 71fbee is 0.71.

The process color (four color CMYK) of #71fbee color hex is 0.55, 0.00, 0.05, 0.02. Web safe color of #71fbee is #66ffff. Color #71fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111011 11101110
Octal 161 373 356
Decimal 113 251 238
Hex 71 FB EE

RGB Percentages of Color #71fbee

%18.77
%41.69
%39.53

CMYK Percentages of Color #71fbee

%55
%0
%5
%2

Triadic Colors of #71fbee

#71fbee #ee71fb #fbee71

Analogous Colors of #71fbee

#71fbee #71c3fb #71fba9

Monochromatic Colors of #71fbee

#71fbee

Complementary Color

#71fbee #fb717e

#71fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fbee Color CSS Codes

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

#71fbee Text Font Color

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

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


#71fbee Background Color

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

This div background color is #71fbee


#71fbee Border Color

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

This div border color is #71fbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,251,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 #71fbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fbee


Comments

No comments written yet.

Please login to write comment.