Color Hex Logo

#71bcea Color Hex

#71BCEA
(113,188,234)
0 Favorites   0 Comments

Color spaces of #71bcea

RGB 113188234
HSL0.560.740.68
HSV203°52°92°
CMYK 0.520.200.00   0.08
XYZ39.644645.417784.5189
Yxy45.41770.23380.2678
Hunter Lab67.3927-12.9322-27.1823
CIE-Lab73.1661-10.7552-30.0720

#71bcea color RGB value is (113,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111100 11101010
Octal 161 274 352
Decimal 113 188 234
Hex 71 BC EA

RGB Percentages of Color #71bcea

%21.12
%35.14
%43.74

CMYK Percentages of Color #71bcea

%52
%20
%0
%8

Triadic Colors of #71bcea

#71bcea #ea71bc #bcea71

Analogous Colors of #71bcea

#71bcea #7180ea #71eadc

Monochromatic Colors of #71bcea

#71bcea

Complementary Color

#71bcea #ea9f71

#71bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bcea Color CSS Codes

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

#71bcea Text Font Color

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

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


#71bcea Background Color

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

This div background color is #71bcea


#71bcea Border Color

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

This div border color is #71bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bcea


Comments

No comments written yet.

Please login to write comment.