Color Hex Logo

#71ddfb Color Hex

#71DDFB
(113,221,251)
0 Favorites   0 Comments

Color spaces of #71ddfb

RGB 113221251
HSL0.540.950.71
HSV193°55°98°
CMYK 0.550.120.00   0.02
XYZ50.079162.1886100.6310
Yxy62.18860.23520.2921
Hunter Lab78.8597-24.6499-20.4567
CIE-Lab83.0136-22.9428-24.1011

#71ddfb color RGB value is (113,221,251).

#71ddfb hex color red value is 113, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71ddfb hue: 0.54 , saturation: 0.95 and the lightness value of 71ddfb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11111011
Octal 161 335 373
Decimal 113 221 251
Hex 71 DD FB

RGB Percentages of Color #71ddfb

%19.32
%37.78
%42.91

CMYK Percentages of Color #71ddfb

%55
%12
%0
%2

Triadic Colors of #71ddfb

#71ddfb #fb71dd #ddfb71

Analogous Colors of #71ddfb

#71ddfb #7198fb #71fbd4

Monochromatic Colors of #71ddfb

#71ddfb

Complementary Color

#71ddfb #fb8f71

#71ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddfb Color CSS Codes

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

#71ddfb Text Font Color

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

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


#71ddfb Background Color

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

This div background color is #71ddfb


#71ddfb Border Color

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

This div border color is #71ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddfb


Comments

No comments written yet.

Please login to write comment.