Color Hex Logo

#71dacf Color Hex

#71DACF
(113,218,207)
0 Favorites   0 Comments

Color spaces of #71dacf

RGB 113218207
HSL0.480.590.65
HSV174°48°85°
CMYK 0.480.000.05   0.15
XYZ43.143958.158567.9833
Yxy58.15850.25490.3436
Hunter Lab76.2617-32.47440.5293
CIE-Lab80.8268-33.0925-3.9973

#71dacf color RGB value is (113,218,207).

#71dacf hex color red value is 113, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #71dacf hue: 0.48 , saturation: 0.59 and the lightness value of 71dacf is 0.65.

The process color (four color CMYK) of #71dacf color hex is 0.48, 0.00, 0.05, 0.15. Web safe color of #71dacf is #66cccc. Color #71dacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 11001111
Octal 161 332 317
Decimal 113 218 207
Hex 71 DA CF

RGB Percentages of Color #71dacf

%21.00
%40.52
%38.48

CMYK Percentages of Color #71dacf

%48
%0
%5
%15

Triadic Colors of #71dacf

#71dacf #cf71da #dacf71

Analogous Colors of #71dacf

#71dacf #71b1da #71da9b

Monochromatic Colors of #71dacf

#71dacf

Complementary Color

#71dacf #da717c

#71dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dacf Color CSS Codes

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

#71dacf Text Font Color

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

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


#71dacf Background Color

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

This div background color is #71dacf


#71dacf Border Color

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

This div border color is #71dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dacf


Comments

No comments written yet.

Please login to write comment.