Color Hex Logo

#83aeef Color Hex

#83AEEF
(131,174,239)
0 Favorites   0 Comments

Color spaces of #83aeef

RGB 131174239
HSL0.600.770.73
HSV216°45°94°
CMYK 0.450.270.00   0.06
XYZ40.076141.329487.5265
Yxy41.32940.23720.2447
Hunter Lab64.2879-1.2298-35.7204
CIE-Lab70.40612.4918-36.9855

#83aeef color RGB value is (131,174,239).

#83aeef hex color red value is 131, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #83aeef hue: 0.60 , saturation: 0.77 and the lightness value of 83aeef is 0.73.

The process color (four color CMYK) of #83aeef color hex is 0.45, 0.27, 0.00, 0.06. Web safe color of #83aeef is #9999ff. Color #83aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 11101111
Octal 203 256 357
Decimal 131 174 239
Hex 83 AE EF

RGB Percentages of Color #83aeef

%24.08
%31.99
%43.93

CMYK Percentages of Color #83aeef

%45
%27
%0
%6

Triadic Colors of #83aeef

#83aeef #ef83ae #aeef83

Analogous Colors of #83aeef

#83aeef #8e83ef #83e4ef

Monochromatic Colors of #83aeef

#83aeef

Complementary Color

#83aeef #efc483

#83aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aeef Color CSS Codes

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

#83aeef Text Font Color

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

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


#83aeef Background Color

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

This div background color is #83aeef


#83aeef Border Color

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

This div border color is #83aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aeef


Comments

No comments written yet.

Please login to write comment.