Color Hex Logo

#83c5ef Color Hex

#83C5EF
(131,197,239)
0 Favorites   0 Comments

Color spaces of #83c5ef

RGB 131197239
HSL0.560.770.73
HSV203°45°94°
CMYK 0.450.180.00   0.06
XYZ44.906350.989889.1366
Yxy50.98980.24270.2756
Hunter Lab71.4071-12.7080-24.0259
CIE-Lab76.6728-10.0246-27.3142

#83c5ef color RGB value is (131,197,239).

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

The process color (four color CMYK) of #83c5ef color hex is 0.45, 0.18, 0.00, 0.06. Web safe color of #83c5ef is #99ccff. Color #83c5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11000101 11101111
Octal 203 305 357
Decimal 131 197 239
Hex 83 C5 EF

RGB Percentages of Color #83c5ef

%23.10
%34.74
%42.15

CMYK Percentages of Color #83c5ef

%45
%18
%0
%6

Triadic Colors of #83c5ef

#83c5ef #ef83c5 #c5ef83

Analogous Colors of #83c5ef

#83c5ef #838fef #83efe3

Monochromatic Colors of #83c5ef

#83c5ef

Complementary Color

#83c5ef #efad83

#83c5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c5ef Color CSS Codes

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

#83c5ef Text Font Color

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

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


#83c5ef Background Color

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

This div background color is #83c5ef


#83c5ef Border Color

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

This div border color is #83c5ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,197,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 #83c5ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c5ef


Comments

No comments written yet.

Please login to write comment.