Color Hex Logo

#71eced Color Hex

#71ECED
(113,236,237)
0 Favorites   0 Comments

Color spaces of #71eced

RGB 113236237
HSL0.500.780.69
HSV180°52°93°
CMYK 0.520.000.00   0.07
XYZ52.091669.616090.8125
Yxy69.61600.24510.3276
Hunter Lab83.4362-34.5707-6.1263
CIE-Lab86.8082-33.9599-11.0047

#71eced color RGB value is (113,236,237).

#71eced hex color red value is 113, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #71eced hue: 0.50 , saturation: 0.78 and the lightness value of 71eced is 0.69.

The process color (four color CMYK) of #71eced color hex is 0.52, 0.00, 0.00, 0.07. Web safe color of #71eced is #66ffff. Color #71eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101100 11101101
Octal 161 354 355
Decimal 113 236 237
Hex 71 EC ED

RGB Percentages of Color #71eced

%19.28
%40.27
%40.44

CMYK Percentages of Color #71eced

%52
%0
%0
%7

Triadic Colors of #71eced

#71eced #ed71ec #eced71

Analogous Colors of #71eced

#71eced #71aeed #71edb0

Monochromatic Colors of #71eced

#71eced

Complementary Color

#71eced #ed7271

#71eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eced Color CSS Codes

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

#71eced Text Font Color

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

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


#71eced Background Color

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

This div background color is #71eced


#71eced Border Color

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

This div border color is #71eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eced


Comments

No comments written yet.

Please login to write comment.