Color Hex Logo

#71edcf Color Hex

#71EDCF
(113,237,207)
0 Favorites   0 Comments

Color spaces of #71edcf

RGB 113237207
HSL0.460.780.69
HSV165°52°93°
CMYK 0.520.000.13   0.07
XYZ48.356768.584169.7209
Yxy68.58410.25910.3674
Hunter Lab82.8155-40.69958.0557
CIE-Lab86.2977-41.78223.9910

#71edcf color RGB value is (113,237,207).

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

The process color (four color CMYK) of #71edcf color hex is 0.52, 0.00, 0.13, 0.07. Web safe color of #71edcf is #66ffcc. Color #71edcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101101 11001111
Octal 161 355 317
Decimal 113 237 207
Hex 71 ED CF

RGB Percentages of Color #71edcf

%20.29
%42.55
%37.16

CMYK Percentages of Color #71edcf

%52
%0
%13
%7

Triadic Colors of #71edcf

#71edcf #cf71ed #edcf71

Analogous Colors of #71edcf

#71edcf #71cded #71ed91

Monochromatic Colors of #71edcf

#71edcf

Complementary Color

#71edcf #ed718f

#71edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71edcf Color CSS Codes

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

#71edcf Text Font Color

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

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


#71edcf Background Color

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

This div background color is #71edcf


#71edcf Border Color

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

This div border color is #71edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71edcf


Comments

No comments written yet.

Please login to write comment.