Color Hex Logo

#0fe3bf Color Hex

#0FE3BF
(15,227,191)
0 Favorites   0 Comments

Color spaces of #0fe3bf

RGB 15227191
HSL0.470.880.47
HSV170°93°89°
CMYK 0.930.000.16   0.11
XYZ37.070158.801358.6862
Yxy58.80130.23980.3804
Hunter Lab76.6820-47.90198.3016
CIE-Lab81.1823-53.57604.7928

#0fe3bf color RGB value is (15,227,191).

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

The process color (four color CMYK) of #0fe3bf color hex is 0.93, 0.00, 0.16, 0.11. Web safe color of #0fe3bf is #00cccc. Color #0fe3bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100011 10111111
Octal 17 343 277
Decimal 15 227 191
Hex F E3 BF

RGB Percentages of Color #0fe3bf

%3.46
%52.42
%44.11

CMYK Percentages of Color #0fe3bf

%93
%0
%16
%11

Triadic Colors of #0fe3bf

#0fe3bf #bf0fe3 #e3bf0f

Analogous Colors of #0fe3bf

#0fe3bf #0f9de3 #0fe355

Monochromatic Colors of #0fe3bf

#0fe3bf

Complementary Color

#0fe3bf #e30f33

#0fe3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe3bf Color CSS Codes

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

#0fe3bf Text Font Color

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

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


#0fe3bf Background Color

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

This div background color is #0fe3bf


#0fe3bf Border Color

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

This div border color is #0fe3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe3bf


Comments

No comments written yet.

Please login to write comment.