Color Hex Logo

#83bfd9 Color Hex

#83BFD9
(131,191,217)
0 Favorites   0 Comments

Color spaces of #83bfd9

RGB 131191217
HSL0.550.530.68
HSV198°40°85°
CMYK 0.400.120.00   0.15
XYZ40.515347.096772.6008
Yxy47.09670.25290.2940
Hunter Lab68.6270-14.7164-14.6842
CIE-Lab74.2516-12.7189-19.1197

#83bfd9 color RGB value is (131,191,217).

#83bfd9 hex color red value is 131, green value is 191 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #83bfd9 hue: 0.55 , saturation: 0.53 and the lightness value of 83bfd9 is 0.68.

The process color (four color CMYK) of #83bfd9 color hex is 0.40, 0.12, 0.00, 0.15. Web safe color of #83bfd9 is #99cccc. Color #83bfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 11011001
Octal 203 277 331
Decimal 131 191 217
Hex 83 BF D9

RGB Percentages of Color #83bfd9

%24.30
%35.44
%40.26

CMYK Percentages of Color #83bfd9

%40
%12
%0
%15

Triadic Colors of #83bfd9

#83bfd9 #d983bf #bfd983

Analogous Colors of #83bfd9

#83bfd9 #8394d9 #83d9c8

Monochromatic Colors of #83bfd9

#83bfd9

Complementary Color

#83bfd9 #d99d83

#83bfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfd9 Color CSS Codes

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

#83bfd9 Text Font Color

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

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


#83bfd9 Background Color

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

This div background color is #83bfd9


#83bfd9 Border Color

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

This div border color is #83bfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfd9


Comments

No comments written yet.

Please login to write comment.