Color Hex Logo

#71deef Color Hex

#71DEEF
(113,222,239)
0 Favorites   0 Comments

Color spaces of #71deef

RGB 113222239
HSL0.520.800.69
HSV188°53°94°
CMYK 0.530.070.00   0.06
XYZ48.511361.985391.0689
Yxy61.98530.24070.3075
Hunter Lab78.7307-27.7930-13.4700
CIE-Lab82.9056-26.7362-17.9103

#71deef color RGB value is (113,222,239).

#71deef hex color red value is 113, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #71deef hue: 0.52 , saturation: 0.80 and the lightness value of 71deef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 11101111
Octal 161 336 357
Decimal 113 222 239
Hex 71 DE EF

RGB Percentages of Color #71deef

%19.69
%38.68
%41.64

CMYK Percentages of Color #71deef

%53
%7
%0
%6

Triadic Colors of #71deef

#71deef #ef71de #deef71

Analogous Colors of #71deef

#71deef #719fef #71efc1

Monochromatic Colors of #71deef

#71deef

Complementary Color

#71deef #ef8271

#71deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#71deef Color CSS Codes

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

#71deef Text Font Color

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

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


#71deef Background Color

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

This div background color is #71deef


#71deef Border Color

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

This div border color is #71deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71deef


Comments

No comments written yet.

Please login to write comment.