Color Hex Logo

#71baea Color Hex

#71BAEA
(113,186,234)
0 Favorites   0 Comments

Color spaces of #71baea

RGB 113186234
HSL0.570.740.68
HSV204°52°92°
CMYK 0.520.210.00   0.08
XYZ39.220244.569084.3775
Yxy44.56900.23320.2650
Hunter Lab66.7600-11.9648-28.2042
CIE-Lab72.6072-9.6840-30.9331

#71baea color RGB value is (113,186,234).

#71baea hex color red value is 113, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #71baea hue: 0.57 , saturation: 0.74 and the lightness value of 71baea is 0.68.

The process color (four color CMYK) of #71baea color hex is 0.52, 0.21, 0.00, 0.08. Web safe color of #71baea is #66ccff. Color #71baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 11101010
Octal 161 272 352
Decimal 113 186 234
Hex 71 BA EA

RGB Percentages of Color #71baea

%21.20
%34.90
%43.90

CMYK Percentages of Color #71baea

%52
%21
%0
%8

Triadic Colors of #71baea

#71baea #ea71ba #baea71

Analogous Colors of #71baea

#71baea #717eea #71eade

Monochromatic Colors of #71baea

#71baea

Complementary Color

#71baea #eaa171

#71baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71baea Color CSS Codes

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

#71baea Text Font Color

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

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


#71baea Background Color

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

This div background color is #71baea


#71baea Border Color

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

This div border color is #71baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71baea


Comments

No comments written yet.

Please login to write comment.