Color Hex Logo

#71def9 Color Hex

#71DEF9
(113,222,249)
0 Favorites   0 Comments

Color spaces of #71def9

RGB 113222249
HSL0.530.920.71
HSV192°55°98°
CMYK 0.550.110.00   0.02
XYZ50.030262.592899.0673
Yxy62.59280.23630.2957
Hunter Lab79.1156-25.5746-18.8611
CIE-Lab83.2277-23.9969-22.7177

#71def9 color RGB value is (113,222,249).

#71def9 hex color red value is 113, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #71def9 hue: 0.53 , saturation: 0.92 and the lightness value of 71def9 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 11111001
Octal 161 336 371
Decimal 113 222 249
Hex 71 DE F9

RGB Percentages of Color #71def9

%19.35
%38.01
%42.64

CMYK Percentages of Color #71def9

%55
%11
%0
%2

Triadic Colors of #71def9

#71def9 #f971de #def971

Analogous Colors of #71def9

#71def9 #719af9 #71f9d0

Monochromatic Colors of #71def9

#71def9

Complementary Color

#71def9 #f98c71

#71def9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71def9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71def9 Color CSS Codes

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

#71def9 Text Font Color

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

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


#71def9 Background Color

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

This div background color is #71def9


#71def9 Border Color

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

This div border color is #71def9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71def9


Comments

No comments written yet.

Please login to write comment.