Color Hex Logo

#71bdca Color Hex

#71BDCA
(113,189,202)
0 Favorites   0 Comments

Color spaces of #71bdca

RGB 113189202
HSL0.520.460.62
HSV189°44°79°
CMYK 0.440.060.00   0.21
XYZ35.668344.170262.5229
Yxy44.17020.25050.3103
Hunter Lab66.4607-20.5083-9.2546
CIE-Lab72.3421-20.1360-13.9212

#71bdca color RGB value is (113,189,202).

#71bdca hex color red value is 113, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #71bdca hue: 0.52 , saturation: 0.46 and the lightness value of 71bdca is 0.62.

The process color (four color CMYK) of #71bdca color hex is 0.44, 0.06, 0.00, 0.21. Web safe color of #71bdca is #66cccc. Color #71bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 11001010
Octal 161 275 312
Decimal 113 189 202
Hex 71 BD CA

RGB Percentages of Color #71bdca

%22.42
%37.50
%40.08

CMYK Percentages of Color #71bdca

%44
%6
%0
%21

Triadic Colors of #71bdca

#71bdca #ca71bd #bdca71

Analogous Colors of #71bdca

#71bdca #7191ca #71caab

Monochromatic Colors of #71bdca

#71bdca

Complementary Color

#71bdca #ca7e71

#71bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bdca Color CSS Codes

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

#71bdca Text Font Color

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

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


#71bdca Background Color

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

This div background color is #71bdca


#71bdca Border Color

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

This div border color is #71bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bdca


Comments

No comments written yet.

Please login to write comment.