Color Hex Logo

#83f4da Color Hex

#83F4DA
(131,244,218)
0 Favorites   0 Comments

Color spaces of #83f4da

RGB 131244218
HSL0.460.840.74
HSV166°46°96°
CMYK 0.460.000.11   0.04
XYZ54.365674.588677.8613
Yxy74.58860.26290.3607
Hunter Lab86.3647-38.77457.0029
CIE-Lab89.1999-38.39972.5313

#83f4da color RGB value is (131,244,218).

#83f4da hex color red value is 131, green value is 244 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #83f4da hue: 0.46 , saturation: 0.84 and the lightness value of 83f4da is 0.74.

The process color (four color CMYK) of #83f4da color hex is 0.46, 0.00, 0.11, 0.04. Web safe color of #83f4da is #99ffcc. Color #83f4da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11110100 11011010
Octal 203 364 332
Decimal 131 244 218
Hex 83 F4 DA

RGB Percentages of Color #83f4da

%22.09
%41.15
%36.76

CMYK Percentages of Color #83f4da

%46
%0
%11
%4

Triadic Colors of #83f4da

#83f4da #da83f4 #f4da83

Analogous Colors of #83f4da

#83f4da #83d6f4 #83f4a2

Monochromatic Colors of #83f4da

#83f4da

Complementary Color

#83f4da #f4839d

#83f4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83f4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#83f4da Color CSS Codes

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

#83f4da Text Font Color

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

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


#83f4da Background Color

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

This div background color is #83f4da


#83f4da Border Color

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

This div border color is #83f4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83f4da


Comments

No comments written yet.

Please login to write comment.