Color Hex Logo

#83aece Color Hex

#83AECE
(131,174,206)
0 Favorites   0 Comments

Color spaces of #83aece

RGB 131174206
HSL0.570.430.66
HSV206°36°81°
CMYK 0.360.160.00   0.19
XYZ35.636739.553664.1489
Yxy39.55360.25580.2839
Hunter Lab62.8917-8.9158-16.4511
CIE-Lab69.1504-6.4851-20.8529

#83aece color RGB value is (131,174,206).

#83aece hex color red value is 131, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #83aece hue: 0.57 , saturation: 0.43 and the lightness value of 83aece is 0.66.

The process color (four color CMYK) of #83aece color hex is 0.36, 0.16, 0.00, 0.19. Web safe color of #83aece is #9999cc. Color #83aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 11001110
Octal 203 256 316
Decimal 131 174 206
Hex 83 AE CE

RGB Percentages of Color #83aece

%25.64
%34.05
%40.31

CMYK Percentages of Color #83aece

%36
%16
%0
%19

Triadic Colors of #83aece

#83aece #ce83ae #aece83

Analogous Colors of #83aece

#83aece #8389ce #83cec9

Monochromatic Colors of #83aece

#83aece

Complementary Color

#83aece #cea383

#83aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aece Color CSS Codes

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

#83aece Text Font Color

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

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


#83aece Background Color

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

This div background color is #83aece


#83aece Border Color

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

This div border color is #83aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aece


Comments

No comments written yet.

Please login to write comment.