Color Hex Logo

#0feadf Color Hex

#0FEADF
(15,234,223)
0 Favorites   0 Comments

Color spaces of #0feadf

RGB 15234223
HSL0.490.880.49
HSV177°94°92°
CMYK 0.940.000.05   0.08
XYZ42.939164.274979.9552
Yxy64.27490.22940.3434
Hunter Lab80.1716-44.6976-3.0098
CIE-Lab84.1087-47.8474-7.8358

#0feadf color RGB value is (15,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 11011111
Octal 17 352 337
Decimal 15 234 223
Hex F EA DF

RGB Percentages of Color #0feadf

%3.18
%49.58
%47.25

CMYK Percentages of Color #0feadf

%94
%0
%5
%8

Triadic Colors of #0feadf

#0feadf #df0fea #eadf0f

Analogous Colors of #0feadf

#0feadf #0f88ea #0fea72

Monochromatic Colors of #0feadf

#0feadf

Complementary Color

#0feadf #ea0f1a

#0feadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feadf Color CSS Codes

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

#0feadf Text Font Color

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

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


#0feadf Background Color

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

This div background color is #0feadf


#0feadf Border Color

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

This div border color is #0feadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feadf


Comments

No comments written yet.

Please login to write comment.