Color Hex Logo

#0feebc Color Hex

#0FEEBC
(15,238,188)
0 Favorites   0 Comments

Color spaces of #0feebc

RGB 15238188
HSL0.460.880.50
HSV167°94°93°
CMYK 0.940.000.21   0.07
XYZ39.848664.881558.0001
Yxy64.88150.24490.3987
Hunter Lab80.5491-52.654713.6920
CIE-Lab84.4226-58.635111.0164

#0feebc color RGB value is (15,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 10111100
Octal 17 356 274
Decimal 15 238 188
Hex F EE BC

RGB Percentages of Color #0feebc

%3.40
%53.97
%42.63

CMYK Percentages of Color #0feebc

%94
%0
%21
%7

Triadic Colors of #0feebc

#0feebc #bc0fee #eebc0f

Analogous Colors of #0feebc

#0feebc #0fb1ee #0fee4d

Monochromatic Colors of #0feebc

#0feebc

Complementary Color

#0feebc #ee0f41

#0feebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feebc Color CSS Codes

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

#0feebc Text Font Color

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

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


#0feebc Background Color

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

This div background color is #0feebc


#0feebc Border Color

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

This div border color is #0feebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feebc


Comments

No comments written yet.

Please login to write comment.