Color Hex Logo

#71dbee Color Hex

#71DBEE
(113,219,238)
0 Favorites   0 Comments

Color spaces of #71dbee

RGB 113219238
HSL0.530.790.69
HSV189°53°93°
CMYK 0.530.080.00   0.07
XYZ47.574260.346890.0296
Yxy60.34680.24030.3049
Hunter Lab77.6832-26.6299-14.3349
CIE-Lab82.0263-25.5359-18.7067

#71dbee color RGB value is (113,219,238).

#71dbee hex color red value is 113, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #71dbee hue: 0.53 , saturation: 0.79 and the lightness value of 71dbee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011011 11101110
Octal 161 333 356
Decimal 113 219 238
Hex 71 DB EE

RGB Percentages of Color #71dbee

%19.82
%38.42
%41.75

CMYK Percentages of Color #71dbee

%53
%8
%0
%7

Triadic Colors of #71dbee

#71dbee #ee71db #dbee71

Analogous Colors of #71dbee

#71dbee #719dee #71eec3

Monochromatic Colors of #71dbee

#71dbee

Complementary Color

#71dbee #ee8471

#71dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dbee Color CSS Codes

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

#71dbee Text Font Color

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

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


#71dbee Background Color

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

This div background color is #71dbee


#71dbee Border Color

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

This div border color is #71dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dbee


Comments

No comments written yet.

Please login to write comment.