Color Hex Logo

#0fe2bb Color Hex

#0FE2BB
(15,226,187)
0 Favorites   0 Comments

Color spaces of #0fe2bb

RGB 15226187
HSL0.470.880.47
HSV169°93°89°
CMYK 0.930.000.17   0.11
XYZ36.363058.082156.3082
Yxy58.08210.24120.3853
Hunter Lab76.2116-48.20239.5423
CIE-Lab80.7844-54.19896.3356

#0fe2bb color RGB value is (15,226,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100010 10111011
Octal 17 342 273
Decimal 15 226 187
Hex F E2 BB

RGB Percentages of Color #0fe2bb

%3.50
%52.80
%43.69

CMYK Percentages of Color #0fe2bb

%93
%0
%17
%11

Triadic Colors of #0fe2bb

#0fe2bb #bb0fe2 #e2bb0f

Analogous Colors of #0fe2bb

#0fe2bb #0fa0e2 #0fe251

Monochromatic Colors of #0fe2bb

#0fe2bb

Complementary Color

#0fe2bb #e20f36

#0fe2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe2bb Color CSS Codes

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

#0fe2bb Text Font Color

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

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


#0fe2bb Background Color

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

This div background color is #0fe2bb


#0fe2bb Border Color

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

This div border color is #0fe2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe2bb


Comments

No comments written yet.

Please login to write comment.