Color Hex Logo

#71abed Color Hex

#71ABED
(113,171,237)
0 Favorites   0 Comments

Color spaces of #71abed

RGB 113171237
HSL0.590.780.69
HSV212°52°93°
CMYK 0.520.280.00   0.07
XYZ36.659038.751085.6683
Yxy38.75100.22760.2406
Hunter Lab62.2503-3.8200-38.0191
CIE-Lab68.5705-0.5705-38.8249

#71abed color RGB value is (113,171,237).

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

The process color (four color CMYK) of #71abed color hex is 0.52, 0.28, 0.00, 0.07. Web safe color of #71abed is #6699ff. Color #71abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11101101
Octal 161 253 355
Decimal 113 171 237
Hex 71 AB ED

RGB Percentages of Color #71abed

%21.69
%32.82
%45.49

CMYK Percentages of Color #71abed

%52
%28
%0
%7

Triadic Colors of #71abed

#71abed #ed71ab #abed71

Analogous Colors of #71abed

#71abed #7571ed #71e9ed

Monochromatic Colors of #71abed

#71abed

Complementary Color

#71abed #edb371

#71abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abed Color CSS Codes

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

#71abed Text Font Color

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

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


#71abed Background Color

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

This div background color is #71abed


#71abed Border Color

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

This div border color is #71abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abed


Comments

No comments written yet.

Please login to write comment.