Color Hex Logo

#80f398 Color Hex

#80F398
(128,243,152)
0 Favorites   0 Comments

Color spaces of #80f398

RGB 128243152
HSL0.370.830.73
HSV133°47°95°
CMYK 0.470.000.37   0.05
XYZ46.620270.957440.9448
Yxy70.95740.29410.4476
Hunter Lab84.2362-48.623330.1462
CIE-Lab87.4643-51.647034.0281

#80f398 color RGB value is (128,243,152).

#80f398 hex color red value is 128, green value is 243 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #80f398 hue: 0.37 , saturation: 0.83 and the lightness value of 80f398 is 0.73.

The process color (four color CMYK) of #80f398 color hex is 0.47, 0.00, 0.37, 0.05. Web safe color of #80f398 is #99ff99. Color #80f398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11110011 10011000
Octal 200 363 230
Decimal 128 243 152
Hex 80 F3 98

RGB Percentages of Color #80f398

%24.47
%46.46
%29.06

CMYK Percentages of Color #80f398

%47
%0
%37
%5

Triadic Colors of #80f398

#80f398 #9880f3 #f39880

Analogous Colors of #80f398

#80f398 #80f3d2 #a2f380

Monochromatic Colors of #80f398

#80f398

Complementary Color

#80f398 #f380db

#80f398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80f398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80f398 Color CSS Codes

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

#80f398 Text Font Color

<p style="color:#80f398">Text here</p>

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


#80f398 Background Color

<div style="background-color:#80f398">
Div content here</div>

This div background color is #80f398


#80f398 Border Color

<div style="border:3px solid #80f398">
Div here</div>

This div border color is #80f398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,243,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80f398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80f398;
  -webkit-box-shadow: 1px 1px 3px 2px #80f398;
  box-shadow:         1px 1px 3px 2px #80f398; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,243,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80f398


Comments

No comments written yet.

Please login to write comment.