Color Hex Logo

#0feecf Color Hex

#0FEECF
(15,238,207)
0 Favorites   0 Comments

Color spaces of #0feecf

RGB 15238207
HSL0.480.880.50
HSV172°94°93°
CMYK 0.940.000.13   0.07
XYZ42.034065.755669.5082
Yxy65.75560.23710.3709
Hunter Lab81.0898-49.37935.9410
CIE-Lab84.8716-53.85061.7078

#0feecf color RGB value is (15,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 11001111
Octal 17 356 317
Decimal 15 238 207
Hex F EE CF

RGB Percentages of Color #0feecf

%3.26
%51.74
%45.00

CMYK Percentages of Color #0feecf

%94
%0
%13
%7

Triadic Colors of #0feecf

#0feecf #cf0fee #eecf0f

Analogous Colors of #0feecf

#0feecf #0f9eee #0fee60

Monochromatic Colors of #0feecf

#0feecf

Complementary Color

#0feecf #ee0f2e

#0feecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feecf Color CSS Codes

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

#0feecf Text Font Color

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

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


#0feecf Background Color

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

This div background color is #0feecf


#0feecf Border Color

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

This div border color is #0feecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feecf


Comments

No comments written yet.

Please login to write comment.