Color Hex Logo

#83bfae Color Hex

#83BFAE
(131,191,174)
0 Favorites   0 Comments

Color spaces of #83bfae

RGB 131191174
HSL0.450.320.63
HSV163°31°75°
CMYK 0.310.000.09   0.25
XYZ35.630945.142946.8799
Yxy45.14290.27910.3536
Hunter Lab67.1885-22.91905.6631
CIE-Lab72.9859-23.03702.4024

#83bfae color RGB value is (131,191,174).

#83bfae hex color red value is 131, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #83bfae hue: 0.45 , saturation: 0.32 and the lightness value of 83bfae is 0.63.

The process color (four color CMYK) of #83bfae color hex is 0.31, 0.00, 0.09, 0.25. Web safe color of #83bfae is #99cc99. Color #83bfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 10101110
Octal 203 277 256
Decimal 131 191 174
Hex 83 BF AE

RGB Percentages of Color #83bfae

%26.41
%38.51
%35.08

CMYK Percentages of Color #83bfae

%31
%0
%9
%25

Triadic Colors of #83bfae

#83bfae #ae83bf #bfae83

Analogous Colors of #83bfae

#83bfae #83b2bf #83bf90

Monochromatic Colors of #83bfae

#83bfae

Complementary Color

#83bfae #bf8394

#83bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfae Color CSS Codes

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

#83bfae Text Font Color

<p style="color:#83bfae">Text here</p>

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


#83bfae Background Color

<div style="background-color:#83bfae">
Div content here</div>

This div background color is #83bfae


#83bfae Border Color

<div style="border:3px solid #83bfae">
Div here</div>

This div border color is #83bfae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,191,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83bfae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83bfae;
  -webkit-box-shadow: 1px 1px 3px 2px #83bfae;
  box-shadow:         1px 1px 3px 2px #83bfae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,191,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfae


Comments

No comments written yet.

Please login to write comment.