Color Hex Logo

#83f8ca Color Hex

#83F8CA
(131,248,202)
0 Favorites   0 Comments

Color spaces of #83f8ca

RGB 131248202
HSL0.430.890.74
HSV156°47°97°
CMYK 0.470.000.19   0.03
XYZ53.588176.224467.7655
Yxy76.22440.27120.3858
Hunter Lab87.3066-43.224615.0950
CIE-Lab89.9634-43.678711.9382

#83f8ca color RGB value is (131,248,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111000 11001010
Octal 203 370 312
Decimal 131 248 202
Hex 83 F8 CA

RGB Percentages of Color #83f8ca

%22.55
%42.69
%34.77

CMYK Percentages of Color #83f8ca

%47
%0
%19
%3

Triadic Colors of #83f8ca

#83f8ca #ca83f8 #f8ca83

Analogous Colors of #83f8ca

#83f8ca #83ecf8 #83f890

Monochromatic Colors of #83f8ca

#83f8ca

Complementary Color

#83f8ca #f883b1

#83f8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83f8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83f8ca Color CSS Codes

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

#83f8ca Text Font Color

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

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


#83f8ca Background Color

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

This div background color is #83f8ca


#83f8ca Border Color

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

This div border color is #83f8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83f8ca


Comments

No comments written yet.

Please login to write comment.