Color Hex Logo

#71ffee Color Hex

#71FFEE
(113,255,238)
0 Favorites   0 Comments

Color spaces of #71ffee

RGB 113255238
HSL0.481.000.72
HSV173°56°100°
CMYK 0.560.000.07   0.00
XYZ58.002781.203893.5058
Yxy81.20380.24920.3489
Hunter Lab90.1132-42.80381.5570
CIE-Lab92.2223-42.3706-3.5130

#71ffee color RGB value is (113,255,238).

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

The process color (four color CMYK) of #71ffee color hex is 0.56, 0.00, 0.07, 0.00. Web safe color of #71ffee is #66ffff. Color #71ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111111 11101110
Octal 161 377 356
Decimal 113 255 238
Hex 71 FF EE

RGB Percentages of Color #71ffee

%18.65
%42.08
%39.27

CMYK Percentages of Color #71ffee

%56
%0
%7
%0

Triadic Colors of #71ffee

#71ffee #ee71ff #ffee71

Analogous Colors of #71ffee

#71ffee #71c9ff #71ffa7

Monochromatic Colors of #71ffee

#71ffee

Complementary Color

#71ffee #ff7182

#71ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ffee Color CSS Codes

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

#71ffee Text Font Color

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

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


#71ffee Background Color

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

This div background color is #71ffee


#71ffee Border Color

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

This div border color is #71ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ffee

#71ffee Color Palettes


Comments

No comments written yet.

Please login to write comment.