Color Hex Logo

#71beca Color Hex

#71BECA
(113,190,202)
0 Favorites   0 Comments

Color spaces of #71beca

RGB 113190202
HSL0.520.460.62
HSV188°44°79°
CMYK 0.440.060.00   0.21
XYZ35.884244.601962.5948
Yxy44.60190.25080.3117
Hunter Lab66.7847-20.9629-8.8211
CIE-Lab72.6290-20.6463-13.4903

#71beca color RGB value is (113,190,202).

#71beca hex color red value is 113, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #71beca hue: 0.52 , saturation: 0.46 and the lightness value of 71beca is 0.62.

The process color (four color CMYK) of #71beca color hex is 0.44, 0.06, 0.00, 0.21. Web safe color of #71beca is #66cccc. Color #71beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11001010
Octal 161 276 312
Decimal 113 190 202
Hex 71 BE CA

RGB Percentages of Color #71beca

%22.38
%37.62
%40.00

CMYK Percentages of Color #71beca

%44
%6
%0
%21

Triadic Colors of #71beca

#71beca #ca71be #beca71

Analogous Colors of #71beca

#71beca #7192ca #71caaa

Monochromatic Colors of #71beca

#71beca

Complementary Color

#71beca #ca7d71

#71beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beca Color CSS Codes

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

#71beca Text Font Color

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

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


#71beca Background Color

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

This div background color is #71beca


#71beca Border Color

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

This div border color is #71beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beca


Comments

No comments written yet.

Please login to write comment.