Color Hex Logo

#71c3dc Color Hex

#71C3DC
(113,195,220)
0 Favorites   0 Comments

Color spaces of #71c3dc

RGB 113195220
HSL0.540.600.65
HSV194°49°86°
CMYK 0.490.110.00   0.14
XYZ39.243447.708274.8504
Yxy47.70820.24250.2949
Hunter Lab69.0711-19.4580-15.9011
CIE-Lab74.6405-18.3750-20.2354

#71c3dc color RGB value is (113,195,220).

#71c3dc hex color red value is 113, green value is 195 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #71c3dc hue: 0.54 , saturation: 0.60 and the lightness value of 71c3dc is 0.65.

The process color (four color CMYK) of #71c3dc color hex is 0.49, 0.11, 0.00, 0.14. Web safe color of #71c3dc is #66cccc. Color #71c3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000011 11011100
Octal 161 303 334
Decimal 113 195 220
Hex 71 C3 DC

RGB Percentages of Color #71c3dc

%21.40
%36.93
%41.67

CMYK Percentages of Color #71c3dc

%49
%11
%0
%14

Triadic Colors of #71c3dc

#71c3dc #dc71c3 #c3dc71

Analogous Colors of #71c3dc

#71c3dc #718edc #71dcc0

Monochromatic Colors of #71c3dc

#71c3dc

Complementary Color

#71c3dc #dc8a71

#71c3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c3dc Color CSS Codes

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

#71c3dc Text Font Color

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

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


#71c3dc Background Color

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

This div background color is #71c3dc


#71c3dc Border Color

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

This div border color is #71c3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c3dc


Comments

No comments written yet.

Please login to write comment.