Color Hex Logo

#83bebf Color Hex

#83BEBF
(131,190,191)
0 Favorites   0 Comments

Color spaces of #83bebf

RGB 131190191
HSL0.500.320.63
HSV181°31°75°
CMYK 0.310.010.00   0.25
XYZ37.177545.413856.0965
Yxy45.41380.26810.3275
Hunter Lab67.3898-19.4574-2.1813
CIE-Lab73.1635-18.6601-6.6024

#83bebf color RGB value is (131,190,191).

#83bebf hex color red value is 131, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #83bebf hue: 0.50 , saturation: 0.32 and the lightness value of 83bebf is 0.63.

The process color (four color CMYK) of #83bebf color hex is 0.31, 0.01, 0.00, 0.25. Web safe color of #83bebf is #99cccc. Color #83bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 10111111
Octal 203 276 277
Decimal 131 190 191
Hex 83 BE BF

RGB Percentages of Color #83bebf

%25.59
%37.11
%37.30

CMYK Percentages of Color #83bebf

%31
%1
%0
%25

Triadic Colors of #83bebf

#83bebf #bf83be #bebf83

Analogous Colors of #83bebf

#83bebf #83a0bf #83bfa2

Monochromatic Colors of #83bebf

#83bebf

Complementary Color

#83bebf #bf8483

#83bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bebf Color CSS Codes

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

#83bebf Text Font Color

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

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


#83bebf Background Color

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

This div background color is #83bebf


#83bebf Border Color

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

This div border color is #83bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bebf


Comments

No comments written yet.

Please login to write comment.