Color Hex Logo

#71cbcb Color Hex

#71CBCB
(113,203,203)
0 Favorites   0 Comments

Color spaces of #71cbcb

RGB 113203203
HSL0.500.460.62
HSV180°44°80°
CMYK 0.440.000.00   0.20
XYZ38.945550.534464.2014
Yxy50.53440.25340.3288
Hunter Lab71.0876-26.6115-3.7854
CIE-Lab76.3961-26.8867-8.4060

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

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

The process color (four color CMYK) of #71cbcb color hex is 0.44, 0.00, 0.00, 0.20. Web safe color of #71cbcb is #66cccc. Color #71cbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001011 11001011
Octal 161 313 313
Decimal 113 203 203
Hex 71 CB CB

RGB Percentages of Color #71cbcb

%21.77
%39.11
%39.11

CMYK Percentages of Color #71cbcb

%44
%0
%0
%20

Triadic Colors of #71cbcb

#71cbcb #cb71cb #cbcb71

Analogous Colors of #71cbcb

#71cbcb #719ecb #71cb9e

Monochromatic Colors of #71cbcb

#71cbcb

Complementary Color

#71cbcb #cb7171

#71cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cbcb Color CSS Codes

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

#71cbcb Text Font Color

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

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


#71cbcb Background Color

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

This div background color is #71cbcb


#71cbcb Border Color

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

This div border color is #71cbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,203,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 #71cbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cbcb


Comments

No comments written yet.

Please login to write comment.