Color Hex Logo

#71bddc Color Hex

#71BDDC
(113,189,220)
0 Favorites   0 Comments

Color spaces of #71bddc

RGB 113189220
HSL0.550.600.65
HSV197°49°86°
CMYK 0.490.140.00   0.14
XYZ37.925945.073274.4112
Yxy45.07320.24090.2863
Hunter Lab67.1366-16.6532-18.7188
CIE-Lab72.9401-15.2595-22.8213

#71bddc color RGB value is (113,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 11011100
Octal 161 275 334
Decimal 113 189 220
Hex 71 BD DC

RGB Percentages of Color #71bddc

%21.65
%36.21
%42.15

CMYK Percentages of Color #71bddc

%49
%14
%0
%14

Triadic Colors of #71bddc

#71bddc #dc71bd #bddc71

Analogous Colors of #71bddc

#71bddc #7188dc #71dcc6

Monochromatic Colors of #71bddc

#71bddc

Complementary Color

#71bddc #dc9071

#71bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bddc Color CSS Codes

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

#71bddc Text Font Color

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

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


#71bddc Background Color

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

This div background color is #71bddc


#71bddc Border Color

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

This div border color is #71bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bddc

#71bddc Color Palettes


Comments

No comments written yet.

Please login to write comment.