Color Hex Logo

#83aebd Color Hex

#83AEBD
(131,174,189)
0 Favorites   0 Comments

Color spaces of #83aebd

RGB 131174189
HSL0.540.310.63
HSV196°31°74°
CMYK 0.310.080.00   0.26
XYZ33.681438.771553.8526
Yxy38.77150.26670.3070
Hunter Lab62.2668-12.4124-7.6914
CIE-Lab68.5854-10.7684-12.3287

#83aebd color RGB value is (131,174,189).

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

The process color (four color CMYK) of #83aebd color hex is 0.31, 0.08, 0.00, 0.26. Web safe color of #83aebd is #9999cc. Color #83aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 10111101
Octal 203 256 275
Decimal 131 174 189
Hex 83 AE BD

RGB Percentages of Color #83aebd

%26.52
%35.22
%38.26

CMYK Percentages of Color #83aebd

%31
%8
%0
%26

Triadic Colors of #83aebd

#83aebd #bd83ae #aebd83

Analogous Colors of #83aebd

#83aebd #8391bd #83bdaf

Monochromatic Colors of #83aebd

#83aebd

Complementary Color

#83aebd #bd9283

#83aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aebd Color CSS Codes

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

#83aebd Text Font Color

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

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


#83aebd Background Color

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

This div background color is #83aebd


#83aebd Border Color

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

This div border color is #83aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aebd


Comments

No comments written yet.

Please login to write comment.