Color Hex Logo

#71eaf7 Color Hex

#71EAF7
(113,234,247)
0 Favorites   0 Comments

Color spaces of #71eaf7

RGB 113234247
HSL0.520.890.71
HSV186°54°97°
CMYK 0.540.050.00   0.03
XYZ53.021469.071798.5333
Yxy69.07170.24030.3131
Hunter Lab83.1094-31.5636-12.1168
CIE-Lab86.5395-30.3818-16.6587

#71eaf7 color RGB value is (113,234,247).

#71eaf7 hex color red value is 113, green value is 234 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #71eaf7 hue: 0.52 , saturation: 0.89 and the lightness value of 71eaf7 is 0.71.

The process color (four color CMYK) of #71eaf7 color hex is 0.54, 0.05, 0.00, 0.03. Web safe color of #71eaf7 is #66ffff. Color #71eaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 11110111
Octal 161 352 367
Decimal 113 234 247
Hex 71 EA F7

RGB Percentages of Color #71eaf7

%19.02
%39.39
%41.58

CMYK Percentages of Color #71eaf7

%54
%5
%0
%3

Triadic Colors of #71eaf7

#71eaf7 #f771ea #eaf771

Analogous Colors of #71eaf7

#71eaf7 #71a7f7 #71f7c1

Monochromatic Colors of #71eaf7

#71eaf7

Complementary Color

#71eaf7 #f77e71

#71eaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eaf7 Color CSS Codes

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

#71eaf7 Text Font Color

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

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


#71eaf7 Background Color

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

This div background color is #71eaf7


#71eaf7 Border Color

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

This div border color is #71eaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eaf7


Comments

No comments written yet.

Please login to write comment.