Color Hex Logo

#71ddef Color Hex

#71DDEF
(113,221,239)
0 Favorites   0 Comments

Color spaces of #71ddef

RGB 113221239
HSL0.520.800.69
HSV189°53°94°
CMYK 0.530.080.00   0.06
XYZ48.246561.455690.9806
Yxy61.45560.24040.3062
Hunter Lab78.3936-27.3330-13.9341
CIE-Lab82.6231-26.2468-18.3365

#71ddef color RGB value is (113,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11101111
Octal 161 335 357
Decimal 113 221 239
Hex 71 DD EF

RGB Percentages of Color #71ddef

%19.72
%38.57
%41.71

CMYK Percentages of Color #71ddef

%53
%8
%0
%6

Triadic Colors of #71ddef

#71ddef #ef71dd #ddef71

Analogous Colors of #71ddef

#71ddef #719eef #71efc2

Monochromatic Colors of #71ddef

#71ddef

Complementary Color

#71ddef #ef8371

#71ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddef Color CSS Codes

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

#71ddef Text Font Color

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

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


#71ddef Background Color

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

This div background color is #71ddef


#71ddef Border Color

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

This div border color is #71ddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,221,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 #71ddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddef


Comments

No comments written yet.

Please login to write comment.