Color Hex Logo

#83aefb Color Hex

#83AEFB
(131,174,251)
0 Favorites   0 Comments

Color spaces of #83aefb

RGB 131174251
HSL0.610.940.75
HSV219°48°98°
CMYK 0.480.310.00   0.02
XYZ41.908742.062497.1768
Yxy42.06240.23140.2322
Hunter Lab64.85551.8469-43.4388
CIE-Lab70.91395.9329-42.7076

#83aefb color RGB value is (131,174,251).

#83aefb hex color red value is 131, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #83aefb hue: 0.61 , saturation: 0.94 and the lightness value of 83aefb is 0.75.

The process color (four color CMYK) of #83aefb color hex is 0.48, 0.31, 0.00, 0.02. Web safe color of #83aefb is #9999ff. Color #83aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 11111011
Octal 203 256 373
Decimal 131 174 251
Hex 83 AE FB

RGB Percentages of Color #83aefb

%23.56
%31.29
%45.14

CMYK Percentages of Color #83aefb

%48
%31
%0
%2

Triadic Colors of #83aefb

#83aefb #fb83ae #aefb83

Analogous Colors of #83aefb

#83aefb #9483fb #83eafb

Monochromatic Colors of #83aefb

#83aefb

Complementary Color

#83aefb #fbd083

#83aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aefb Color CSS Codes

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

#83aefb Text Font Color

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

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


#83aefb Background Color

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

This div background color is #83aefb


#83aefb Border Color

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

This div border color is #83aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.