color codes Logo

#0fea7d color codes

#0FEA7D
(15,234,125)
0 Favorites   0 Comments

Color spaces of #0fea7d

RGB 15234125
HSL0.420.880.49
HSV150°94°92°
CMYK 0.940.000.47   0.08
XYZ33.321560.427929.3096
Yxy60.42790.27080.4910
Hunter Lab77.7354-59.522432.0599
CIE-Lab82.0702-70.157339.9508

#0fea7d color RGB value is (15,234,125).

#0fea7d hex color red value is 15, green value is 234 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0fea7d hue: 0.42 , saturation: 0.88 and the lightness value of 0fea7d is 0.49.

The process color (four color CMYK) of #0fea7d color code is 0.94, 0.00, 0.47, 0.08. Web safe color of #0fea7d is #00ff66. Color #0fea7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 01111101
Octal 17 352 175
Decimal 15 234 125
Hex F EA 7D

RGB Percentages of Color #0fea7d

%4.01
%62.57
%33.42

CMYK Percentages of Color #0fea7d

%94
%0
%47
%8

Triadic Colors of #0fea7d

#0fea7d #7d0fea #ea7d0f

Analogous Colors of #0fea7d

#0fea7d #0feaea #0fea10

Monochromatic Colors of #0fea7d

#0fea7d

Complementary Color

#0fea7d #ea0f7c

#0fea7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fea7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fea7d Color CSS Codes

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

#0fea7d Text Font Color

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

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


#0fea7d Background Color

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

This div background color is #0fea7d


#0fea7d Border Color

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

This div border color is #0fea7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,234,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 #0fea7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fea7d


Comments

No comments written yet.

Please login to write comment.