Color Hex Logo

#71ebcc Color Hex

#71EBCC
(113,235,204)
0 Favorites   0 Comments

Color spaces of #71ebcc

RGB 113235204
HSL0.460.750.68
HSV165°52°92°
CMYK 0.520.000.13   0.08
XYZ47.417567.287067.6153
Yxy67.28700.26010.3691
Hunter Lab82.0287-40.36648.5480
CIE-Lab85.6487-41.58584.6252

#71ebcc color RGB value is (113,235,204).

#71ebcc hex color red value is 113, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #71ebcc hue: 0.46 , saturation: 0.75 and the lightness value of 71ebcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101011 11001100
Octal 161 353 314
Decimal 113 235 204
Hex 71 EB CC

RGB Percentages of Color #71ebcc

%20.47
%42.57
%36.96

CMYK Percentages of Color #71ebcc

%52
%0
%13
%8

Triadic Colors of #71ebcc

#71ebcc #cc71eb #ebcc71

Analogous Colors of #71ebcc

#71ebcc #71cdeb #71eb8f

Monochromatic Colors of #71ebcc

#71ebcc

Complementary Color

#71ebcc #eb7190

#71ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ebcc Color CSS Codes

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

#71ebcc Text Font Color

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

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


#71ebcc Background Color

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

This div background color is #71ebcc


#71ebcc Border Color

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

This div border color is #71ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ebcc


Comments

No comments written yet.

Please login to write comment.