Color Hex Logo

#71cfcd Color Hex

#71CFCD
(113,207,205)
0 Favorites   0 Comments

Color spaces of #71cfcd

RGB 113207205
HSL0.500.490.63
HSV179°45°81°
CMYK 0.450.000.01   0.19
XYZ40.142352.544165.7839
Yxy52.54410.25330.3316
Hunter Lab72.4873-28.0024-3.0659
CIE-Lab77.6051-28.3319-7.6884

#71cfcd color RGB value is (113,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001111 11001101
Octal 161 317 315
Decimal 113 207 205
Hex 71 CF CD

RGB Percentages of Color #71cfcd

%21.52
%39.43
%39.05

CMYK Percentages of Color #71cfcd

%45
%0
%1
%19

Triadic Colors of #71cfcd

#71cfcd #cd71cf #cfcd71

Analogous Colors of #71cfcd

#71cfcd #71a2cf #71cf9e

Monochromatic Colors of #71cfcd

#71cfcd

Complementary Color

#71cfcd #cf7173

#71cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cfcd Color CSS Codes

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

#71cfcd Text Font Color

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

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


#71cfcd Background Color

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

This div background color is #71cfcd


#71cfcd Border Color

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

This div border color is #71cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cfcd


Comments

No comments written yet.

Please login to write comment.