Color Hex Logo

#71defc Color Hex

#71DEFC
(113,222,252)
0 Favorites   0 Comments

Color spaces of #71defc

RGB 113222252
HSL0.540.960.72
HSV193°55°99°
CMYK 0.550.120.00   0.01
XYZ50.502062.7815101.5518
Yxy62.78150.23510.2922
Hunter Lab79.2348-24.8900-20.5251
CIE-Lab83.3273-23.1612-24.1526

#71defc color RGB value is (113,222,252).

#71defc hex color red value is 113, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #71defc hue: 0.54 , saturation: 0.96 and the lightness value of 71defc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 11111100
Octal 161 336 374
Decimal 113 222 252
Hex 71 DE FC

RGB Percentages of Color #71defc

%19.25
%37.82
%42.93

CMYK Percentages of Color #71defc

%55
%12
%0
%1

Triadic Colors of #71defc

#71defc #fc71de #defc71

Analogous Colors of #71defc

#71defc #7199fc #71fcd5

Monochromatic Colors of #71defc

#71defc

Complementary Color

#71defc #fc8f71

#71defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71defc Color CSS Codes

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

#71defc Text Font Color

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

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


#71defc Background Color

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

This div background color is #71defc


#71defc Border Color

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

This div border color is #71defc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71defc


Comments

No comments written yet.

Please login to write comment.