Color Hex Logo

#0ff57d Color Hex

#0FF57D
(15,245,125)
0 Favorites   0 Comments

Color spaces of #0ff57d

RGB 15245125
HSL0.410.920.51
HSV149°94°96°
CMYK 0.940.000.49   0.04
XYZ36.551166.887030.3861
Yxy66.88700.27310.4998
Hunter Lab81.7845-63.347635.2206
CIE-Lab85.4468-73.670844.2106

#0ff57d color RGB value is (15,245,125).

#0ff57d hex color red value is 15, green value is 245 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0ff57d hue: 0.41 , saturation: 0.92 and the lightness value of 0ff57d is 0.51.

The process color (four color CMYK) of #0ff57d color hex is 0.94, 0.00, 0.49, 0.04. Web safe color of #0ff57d is #00ff66. Color #0ff57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11110101 01111101
Octal 17 365 175
Decimal 15 245 125
Hex F F5 7D

RGB Percentages of Color #0ff57d

%3.90
%63.64
%32.47

CMYK Percentages of Color #0ff57d

%94
%0
%49
%4

Triadic Colors of #0ff57d

#0ff57d #7d0ff5 #f57d0f

Analogous Colors of #0ff57d

#0ff57d #0ff5f0 #14f50f

Monochromatic Colors of #0ff57d

#0ff57d

Complementary Color

#0ff57d #f50f87

#0ff57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ff57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ff57d Color CSS Codes

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

#0ff57d Text Font Color

<p style="color:#0ff57d">Text here</p>

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


#0ff57d Background Color

<div style="background-color:#0ff57d">
Div content here</div>

This div background color is #0ff57d


#0ff57d Border Color

<div style="border:3px solid #0ff57d">
Div here</div>

This div border color is #0ff57d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,245,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ff57d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ff57d;
  -webkit-box-shadow: 1px 1px 3px 2px #0ff57d;
  box-shadow:         1px 1px 3px 2px #0ff57d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,245,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ff57d


Comments

No comments written yet.

Please login to write comment.