Color Hex Logo

#0feabc Color Hex

#0FEABC
(15,234,188)
0 Favorites   0 Comments

Color spaces of #0feabc

RGB 15234188
HSL0.460.880.49
HSV167°94°92°
CMYK 0.940.000.20   0.08
XYZ38.696962.578057.6162
Yxy62.57800.24350.3938
Hunter Lab79.1063-51.118012.1911
CIE-Lab83.2198-57.09129.3011

#0feabc color RGB value is (15,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 10111100
Octal 17 352 274
Decimal 15 234 188
Hex F EA BC

RGB Percentages of Color #0feabc

%3.43
%53.55
%43.02

CMYK Percentages of Color #0feabc

%94
%0
%20
%8

Triadic Colors of #0feabc

#0feabc #bc0fea #eabc0f

Analogous Colors of #0feabc

#0feabc #0fabea #0fea4f

Monochromatic Colors of #0feabc

#0feabc

Complementary Color

#0feabc #ea0f3d

#0feabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feabc Color CSS Codes

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

#0feabc Text Font Color

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

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


#0feabc Background Color

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

This div background color is #0feabc


#0feabc Border Color

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

This div border color is #0feabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feabc


Comments

No comments written yet.

Please login to write comment.