Color Hex Logo

#71beed Color Hex

#71BEED
(113,190,237)
0 Favorites   0 Comments

Color spaces of #71beed

RGB 113190237
HSL0.560.780.69
HSV203°52°93°
CMYK 0.520.200.00   0.07
XYZ40.509646.452086.9518
Yxy46.45200.23290.2671
Hunter Lab68.1557-13.1777-27.9321
CIE-Lab73.8379-10.9533-30.6608

#71beed color RGB value is (113,190,237).

#71beed hex color red value is 113, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #71beed hue: 0.56 , saturation: 0.78 and the lightness value of 71beed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11101101
Octal 161 276 355
Decimal 113 190 237
Hex 71 BE ED

RGB Percentages of Color #71beed

%20.93
%35.19
%43.89

CMYK Percentages of Color #71beed

%52
%20
%0
%7

Triadic Colors of #71beed

#71beed #ed71be #beed71

Analogous Colors of #71beed

#71beed #7180ed #71edde

Monochromatic Colors of #71beed

#71beed

Complementary Color

#71beed #eda071

#71beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beed Color CSS Codes

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

#71beed Text Font Color

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

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


#71beed Background Color

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

This div background color is #71beed


#71beed Border Color

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

This div border color is #71beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beed


Comments

No comments written yet.

Please login to write comment.