Color Hex Logo

#83aef5 Color Hex

#83AEF5
(131,174,245)
0 Favorites   0 Comments

Color spaces of #83aef5

RGB 131174245
HSL0.600.850.74
HSV217°47°96°
CMYK 0.470.290.00   0.04
XYZ40.977641.690092.2734
Yxy41.69000.23420.2383
Hunter Lab64.56780.2904-39.5335
CIE-Lab70.65674.2023-39.8563

#83aef5 color RGB value is (131,174,245).

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

The process color (four color CMYK) of #83aef5 color hex is 0.47, 0.29, 0.00, 0.04. Web safe color of #83aef5 is #9999ff. Color #83aef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 11110101
Octal 203 256 365
Decimal 131 174 245
Hex 83 AE F5

RGB Percentages of Color #83aef5

%23.82
%31.64
%44.55

CMYK Percentages of Color #83aef5

%47
%29
%0
%4

Triadic Colors of #83aef5

#83aef5 #f583ae #aef583

Analogous Colors of #83aef5

#83aef5 #9183f5 #83e7f5

Monochromatic Colors of #83aef5

#83aef5

Complementary Color

#83aef5 #f5ca83

#83aef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aef5 Color CSS Codes

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

#83aef5 Text Font Color

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

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


#83aef5 Background Color

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

This div background color is #83aef5


#83aef5 Border Color

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

This div border color is #83aef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aef5


Comments

No comments written yet.

Please login to write comment.