Color Hex Logo

#71ebcb Color Hex

#71EBCB
(113,235,203)
0 Favorites   0 Comments

Color spaces of #71ebcb

RGB 113235203
HSL0.460.750.68
HSV164°52°92°
CMYK 0.520.000.14   0.08
XYZ47.297967.239266.9855
Yxy67.23920.26060.3704
Hunter Lab81.9995-40.53918.9656
CIE-Lab85.6246-41.81585.1151

#71ebcb color RGB value is (113,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101011 11001011
Octal 161 353 313
Decimal 113 235 203
Hex 71 EB CB

RGB Percentages of Color #71ebcb

%20.51
%42.65
%36.84

CMYK Percentages of Color #71ebcb

%52
%0
%14
%8

Triadic Colors of #71ebcb

#71ebcb #cb71eb #ebcb71

Analogous Colors of #71ebcb

#71ebcb #71ceeb #71eb8e

Monochromatic Colors of #71ebcb

#71ebcb

Complementary Color

#71ebcb #eb7191

#71ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ebcb Color CSS Codes

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

#71ebcb Text Font Color

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

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


#71ebcb Background Color

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

This div background color is #71ebcb


#71ebcb Border Color

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

This div border color is #71ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ebcb


Comments

No comments written yet.

Please login to write comment.