Color Hex Logo

#71bfea Color Hex

#71BFEA
(113,191,234)
0 Favorites   0 Comments

Color spaces of #71bfea

RGB 113191234
HSL0.560.740.68
HSV201°52°92°
CMYK 0.520.180.00   0.08
XYZ40.292146.712884.7348
Yxy46.71280.23460.2720
Hunter Lab68.3468-14.3767-25.6637
CIE-Lab74.0057-12.3513-28.7808

#71bfea color RGB value is (113,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11101010
Octal 161 277 352
Decimal 113 191 234
Hex 71 BF EA

RGB Percentages of Color #71bfea

%21.00
%35.50
%43.49

CMYK Percentages of Color #71bfea

%52
%18
%0
%8

Triadic Colors of #71bfea

#71bfea #ea71bf #bfea71

Analogous Colors of #71bfea

#71bfea #7183ea #71ead9

Monochromatic Colors of #71bfea

#71bfea

Complementary Color

#71bfea #ea9c71

#71bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfea Color CSS Codes

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

#71bfea Text Font Color

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

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


#71bfea Background Color

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

This div background color is #71bfea


#71bfea Border Color

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

This div border color is #71bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfea


Comments

No comments written yet.

Please login to write comment.