Color Hex Logo

#71b7ee Color Hex

#71B7EE
(113,183,238)
0 Favorites   0 Comments

Color spaces of #71b7ee

RGB 113183238
HSL0.570.790.69
HSV206°53°93°
CMYK 0.530.230.00   0.07
XYZ39.176243.550787.2302
Yxy43.55070.23050.2562
Hunter Lab65.9930-9.5225-32.1751
CIE-Lab71.9272-6.8921-34.1529

#71b7ee color RGB value is (113,183,238).

#71b7ee hex color red value is 113, green value is 183 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #71b7ee hue: 0.57 , saturation: 0.79 and the lightness value of 71b7ee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110111 11101110
Octal 161 267 356
Decimal 113 183 238
Hex 71 B7 EE

RGB Percentages of Color #71b7ee

%21.16
%34.27
%44.57

CMYK Percentages of Color #71b7ee

%53
%23
%0
%7

Triadic Colors of #71b7ee

#71b7ee #ee71b7 #b7ee71

Analogous Colors of #71b7ee

#71b7ee #7179ee #71eee7

Monochromatic Colors of #71b7ee

#71b7ee

Complementary Color

#71b7ee #eea871

#71b7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b7ee Color CSS Codes

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

#71b7ee Text Font Color

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

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


#71b7ee Background Color

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

This div background color is #71b7ee


#71b7ee Border Color

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

This div border color is #71b7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b7ee


Comments

No comments written yet.

Please login to write comment.