Color Hex Logo

#71cacb Color Hex

#71CACB
(113,202,203)
0 Favorites   0 Comments

Color spaces of #71cacb

RGB 113202203
HSL0.500.460.62
HSV181°44°80°
CMYK 0.440.000.00   0.20
XYZ38.710150.063664.1229
Yxy50.06360.25320.3274
Hunter Lab70.7556-26.1658-4.2031
CIE-Lab76.1083-26.3958-8.8339

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11001011
Octal 161 312 313
Decimal 113 202 203
Hex 71 CA CB

RGB Percentages of Color #71cacb

%21.81
%39.00
%39.19

CMYK Percentages of Color #71cacb

%44
%0
%0
%20

Triadic Colors of #71cacb

#71cacb #cb71ca #cacb71

Analogous Colors of #71cacb

#71cacb #719dcb #71cb9f

Monochromatic Colors of #71cacb

#71cacb

Complementary Color

#71cacb #cb7271

#71cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cacb Color CSS Codes

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

#71cacb Text Font Color

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

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


#71cacb Background Color

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

This div background color is #71cacb


#71cacb Border Color

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

This div border color is #71cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cacb


Comments

No comments written yet.

Please login to write comment.