Color Hex Logo

#71dfea Color Hex

#71DFEA
(113,223,234)
0 Favorites   0 Comments

Color spaces of #71dfea

RGB 113223234
HSL0.520.740.68
HSV185°52°92°
CMYK 0.520.050.00   0.08
XYZ48.049062.226687.3204
Yxy62.22660.24320.3149
Hunter Lab78.8838-29.3204-10.4123
CIE-Lab83.0338-28.5621-15.0676

#71dfea color RGB value is (113,223,234).

#71dfea hex color red value is 113, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #71dfea hue: 0.52 , saturation: 0.74 and the lightness value of 71dfea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 11101010
Octal 161 337 352
Decimal 113 223 234
Hex 71 DF EA

RGB Percentages of Color #71dfea

%19.82
%39.12
%41.05

CMYK Percentages of Color #71dfea

%52
%5
%0
%8

Triadic Colors of #71dfea

#71dfea #ea71df #dfea71

Analogous Colors of #71dfea

#71dfea #71a3ea #71eab9

Monochromatic Colors of #71dfea

#71dfea

Complementary Color

#71dfea #ea7c71

#71dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfea Color CSS Codes

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

#71dfea Text Font Color

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

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


#71dfea Background Color

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

This div background color is #71dfea


#71dfea Border Color

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

This div border color is #71dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfea


Comments

No comments written yet.

Please login to write comment.