Color Hex Logo

#71cacf Color Hex

#71CACF
(113,202,207)
0 Favorites   0 Comments

Color spaces of #71cacf

RGB 113202207
HSL0.510.490.63
HSV183°45°81°
CMYK 0.450.020.00   0.19
XYZ39.193150.256866.6663
Yxy50.25680.25110.3219
Hunter Lab70.8920-25.3762-6.1314
CIE-Lab76.2266-25.3708-10.8177

#71cacf color RGB value is (113,202,207).

#71cacf hex color red value is 113, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #71cacf hue: 0.51 , saturation: 0.49 and the lightness value of 71cacf is 0.63.

The process color (four color CMYK) of #71cacf color hex is 0.45, 0.02, 0.00, 0.19. Web safe color of #71cacf is #66cccc. Color #71cacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11001111
Octal 161 312 317
Decimal 113 202 207
Hex 71 CA CF

RGB Percentages of Color #71cacf

%21.65
%38.70
%39.66

CMYK Percentages of Color #71cacf

%45
%2
%0
%19

Triadic Colors of #71cacf

#71cacf #cf71ca #cacf71

Analogous Colors of #71cacf

#71cacf #719bcf #71cfa5

Monochromatic Colors of #71cacf

#71cacf

Complementary Color

#71cacf #cf7671

#71cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cacf Color CSS Codes

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

#71cacf Text Font Color

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

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


#71cacf Background Color

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

This div background color is #71cacf


#71cacf Border Color

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

This div border color is #71cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cacf


Comments

No comments written yet.

Please login to write comment.