Color Hex Logo

#83beca Color Hex

#83BECA
(131,190,202)
0 Favorites   0 Comments

Color spaces of #83beca

RGB 131190202
HSL0.530.400.65
HSV190°35°79°
CMYK 0.350.060.00   0.21
XYZ38.434245.916562.7142
Yxy45.91650.26130.3122
Hunter Lab67.7617-17.3384-7.4403
CIE-Lab73.4913-15.9984-12.1092

#83beca color RGB value is (131,190,202).

#83beca hex color red value is 131, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #83beca hue: 0.53 , saturation: 0.40 and the lightness value of 83beca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11001010
Octal 203 276 312
Decimal 131 190 202
Hex 83 BE CA

RGB Percentages of Color #83beca

%25.05
%36.33
%38.62

CMYK Percentages of Color #83beca

%35
%6
%0
%21

Triadic Colors of #83beca

#83beca #ca83be #beca83

Analogous Colors of #83beca

#83beca #839bca #83cab3

Monochromatic Colors of #83beca

#83beca

Complementary Color

#83beca #ca8f83

#83beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83beca Color CSS Codes

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

#83beca Text Font Color

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

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


#83beca Background Color

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

This div background color is #83beca


#83beca Border Color

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

This div border color is #83beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83beca


Comments

No comments written yet.

Please login to write comment.