Color Hex Logo

#71feeb Color Hex

#71FEEB
(113,254,235)
0 Favorites   0 Comments

Color spaces of #71feeb

RGB 113254235
HSL0.480.990.72
HSV172°56°100°
CMYK 0.560.000.07   0.00
XYZ57.247380.392591.0973
Yxy80.39250.25030.3515
Hunter Lab89.6619-42.93962.5241
CIE-Lab91.8607-42.6610-2.4901

#71feeb color RGB value is (113,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111110 11101011
Octal 161 376 353
Decimal 113 254 235
Hex 71 FE EB

RGB Percentages of Color #71feeb

%18.77
%42.19
%39.04

CMYK Percentages of Color #71feeb

%56
%0
%7
%0

Triadic Colors of #71feeb

#71feeb #eb71fe #feeb71

Analogous Colors of #71feeb

#71feeb #71cbfe #71fea5

Monochromatic Colors of #71feeb

#71feeb

Complementary Color

#71feeb #fe7184

#71feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71feeb Color CSS Codes

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

#71feeb Text Font Color

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

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


#71feeb Background Color

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

This div background color is #71feeb


#71feeb Border Color

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

This div border color is #71feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71feeb


Comments

No comments written yet.

Please login to write comment.