Color Hex Logo

#71bebc Color Hex

#71BEBC
(113,190,188)
0 Favorites   0 Comments

Color spaces of #71bebc

RGB 113190188
HSL0.500.370.59
HSV178°41°75°
CMYK 0.410.000.01   0.25
XYZ34.300643.968554.2559
Yxy43.96850.25880.3318
Hunter Lab66.3087-23.7047-2.0968
CIE-Lab72.2074-24.2254-6.4777

#71bebc color RGB value is (113,190,188).

#71bebc hex color red value is 113, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #71bebc hue: 0.50 , saturation: 0.37 and the lightness value of 71bebc is 0.59.

The process color (four color CMYK) of #71bebc color hex is 0.41, 0.00, 0.01, 0.25. Web safe color of #71bebc is #66cccc. Color #71bebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 10111100
Octal 161 276 274
Decimal 113 190 188
Hex 71 BE BC

RGB Percentages of Color #71bebc

%23.01
%38.70
%38.29

CMYK Percentages of Color #71bebc

%41
%0
%1
%25

Triadic Colors of #71bebc

#71bebc #bc71be #bebc71

Analogous Colors of #71bebc

#71bebc #719abe #71be96

Monochromatic Colors of #71bebc

#71bebc

Complementary Color

#71bebc #be7173

#71bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bebc Color CSS Codes

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

#71bebc Text Font Color

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

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


#71bebc Background Color

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

This div background color is #71bebc


#71bebc Border Color

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

This div border color is #71bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bebc


Comments

No comments written yet.

Please login to write comment.