Color Hex Logo

#83faca Color Hex

#83FACA
(131,250,202)
0 Favorites   0 Comments

Color spaces of #83faca

RGB 131250202
HSL0.430.920.75
HSV156°48°98°
CMYK 0.480.000.19   0.02
XYZ54.206377.460867.9716
Yxy77.46080.27150.3880
Hunter Lab88.0118-44.082915.8186
CIE-Lab90.5333-44.552712.7477

#83faca color RGB value is (131,250,202).

#83faca hex color red value is 131, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #83faca hue: 0.43 , saturation: 0.92 and the lightness value of 83faca is 0.75.

The process color (four color CMYK) of #83faca color hex is 0.48, 0.00, 0.19, 0.02. Web safe color of #83faca is #99ffcc. Color #83faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111010 11001010
Octal 203 372 312
Decimal 131 250 202
Hex 83 FA CA

RGB Percentages of Color #83faca

%22.47
%42.88
%34.65

CMYK Percentages of Color #83faca

%48
%0
%19
%2

Triadic Colors of #83faca

#83faca #ca83fa #faca83

Analogous Colors of #83faca

#83faca #83effa #83fa8f

Monochromatic Colors of #83faca

#83faca

Complementary Color

#83faca #fa83b3

#83faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83faca Color CSS Codes

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

#83faca Text Font Color

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

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


#83faca Background Color

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

This div background color is #83faca


#83faca Border Color

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

This div border color is #83faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83faca

Related Colors


Comments

No comments written yet.

Please login to write comment.