Color Hex Logo

#71cafc Color Hex

#71CAFC
(113,202,252)
0 Favorites   0 Comments

Color spaces of #71cafc

RGB 113202252
HSL0.560.960.72
HSV202°55°99°
CMYK 0.550.200.00   0.01
XYZ45.501352.780099.8849
Yxy52.78000.22960.2663
Hunter Lab72.6498-15.3410-30.6618
CIE-Lab77.7449-12.9334-32.7023

#71cafc color RGB value is (113,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11111100
Octal 161 312 374
Decimal 113 202 252
Hex 71 CA FC

RGB Percentages of Color #71cafc

%19.93
%35.63
%44.44

CMYK Percentages of Color #71cafc

%55
%20
%0
%1

Triadic Colors of #71cafc

#71cafc #fc71ca #cafc71

Analogous Colors of #71cafc

#71cafc #7185fc #71fce9

Monochromatic Colors of #71cafc

#71cafc

Complementary Color

#71cafc #fca371

#71cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cafc Color CSS Codes

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

#71cafc Text Font Color

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

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


#71cafc Background Color

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

This div background color is #71cafc


#71cafc Border Color

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

This div border color is #71cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cafc


Comments

No comments written yet.

Please login to write comment.