Color Hex Logo

#0feabf Color Hex

#0FEABF
(15,234,191)
0 Favorites   0 Comments

Color spaces of #0feabf

RGB 15234191
HSL0.470.880.49
HSV168°94°92°
CMYK 0.940.000.18   0.08
XYZ39.023862.708859.3375
Yxy62.70880.24230.3893
Hunter Lab79.1889-50.616811.0053
CIE-Lab83.2889-56.34847.8251

#0feabf color RGB value is (15,234,191).

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

The process color (four color CMYK) of #0feabf color hex is 0.94, 0.00, 0.18, 0.08. Web safe color of #0feabf is #00ffcc. Color #0feabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 10111111
Octal 17 352 277
Decimal 15 234 191
Hex F EA BF

RGB Percentages of Color #0feabf

%3.41
%53.18
%43.41

CMYK Percentages of Color #0feabf

%94
%0
%18
%8

Triadic Colors of #0feabf

#0feabf #bf0fea #eabf0f

Analogous Colors of #0feabf

#0feabf #0fa8ea #0fea52

Monochromatic Colors of #0feabf

#0feabf

Complementary Color

#0feabf #ea0f3a

#0feabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feabf Color CSS Codes

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

#0feabf Text Font Color

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

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


#0feabf Background Color

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

This div background color is #0feabf


#0feabf Border Color

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

This div border color is #0feabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feabf


Comments

No comments written yet.

Please login to write comment.