Color Hex Logo

#71beda Color Hex

#71BEDA
(113,190,218)
0 Favorites   0 Comments

Color spaces of #71beda

RGB 113190218
HSL0.540.590.65
HSV196°48°85°
CMYK 0.480.130.00   0.15
XYZ37.878445.399673.0963
Yxy45.39960.24220.2903
Hunter Lab67.3792-17.5668-17.1553
CIE-Lab73.1542-16.3364-21.4082

#71beda color RGB value is (113,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11011010
Octal 161 276 332
Decimal 113 190 218
Hex 71 BE DA

RGB Percentages of Color #71beda

%21.69
%36.47
%41.84

CMYK Percentages of Color #71beda

%48
%13
%0
%15

Triadic Colors of #71beda

#71beda #da71be #beda71

Analogous Colors of #71beda

#71beda #718ada #71dac2

Monochromatic Colors of #71beda

#71beda

Complementary Color

#71beda #da8d71

#71beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beda Color CSS Codes

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

#71beda Text Font Color

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

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


#71beda Background Color

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

This div background color is #71beda


#71beda Border Color

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

This div border color is #71beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beda


Comments

No comments written yet.

Please login to write comment.