Color Hex Logo

#71befd Color Hex

#71BEFD
(113,190,253)
0 Favorites   0 Comments

Color spaces of #71befd

RGB 113190253
HSL0.580.970.72
HSV207°55°99°
CMYK 0.550.250.00   0.01
XYZ42.953147.429599.8194
Yxy47.42950.22580.2494
Hunter Lab68.8691-9.1918-37.7271
CIE-Lab74.4637-6.2323-38.3172

#71befd color RGB value is (113,190,253).

#71befd hex color red value is 113, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #71befd hue: 0.58 , saturation: 0.97 and the lightness value of 71befd is 0.72.

The process color (four color CMYK) of #71befd color hex is 0.55, 0.25, 0.00, 0.01. Web safe color of #71befd is #66ccff. Color #71befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11111101
Octal 161 276 375
Decimal 113 190 253
Hex 71 BE FD

RGB Percentages of Color #71befd

%20.32
%34.17
%45.50

CMYK Percentages of Color #71befd

%55
%25
%0
%1

Triadic Colors of #71befd

#71befd #fd71be #befd71

Analogous Colors of #71befd

#71befd #7178fd #71fdf6

Monochromatic Colors of #71befd

#71befd

Complementary Color

#71befd #fdb071

#71befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71befd Color CSS Codes

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

#71befd Text Font Color

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

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


#71befd Background Color

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

This div background color is #71befd


#71befd Border Color

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

This div border color is #71befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71befd


Comments

No comments written yet.

Please login to write comment.