Color Hex Logo

#83bfcc Color Hex

#83BFCC
(131,191,204)
0 Favorites   0 Comments

Color spaces of #83bfcc

RGB 131191204
HSL0.530.420.66
HSV191°36°80°
CMYK 0.360.060.00   0.20
XYZ38.890046.446564.0421
Yxy46.44650.26030.3109
Hunter Lab68.1517-17.4064-8.0086
CIE-Lab73.8343-16.0210-12.6841

#83bfcc color RGB value is (131,191,204).

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

The process color (four color CMYK) of #83bfcc color hex is 0.36, 0.06, 0.00, 0.20. Web safe color of #83bfcc is #99cccc. Color #83bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 11001100
Octal 203 277 314
Decimal 131 191 204
Hex 83 BF CC

RGB Percentages of Color #83bfcc

%24.90
%36.31
%38.78

CMYK Percentages of Color #83bfcc

%36
%6
%0
%20

Triadic Colors of #83bfcc

#83bfcc #cc83bf #bfcc83

Analogous Colors of #83bfcc

#83bfcc #839bcc #83ccb5

Monochromatic Colors of #83bfcc

#83bfcc

Complementary Color

#83bfcc #cc9083

#83bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfcc Color CSS Codes

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

#83bfcc Text Font Color

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

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


#83bfcc Background Color

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

This div background color is #83bfcc


#83bfcc Border Color

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

This div border color is #83bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfcc


Comments

No comments written yet.

Please login to write comment.