Color Hex Logo

#0feecc Color Hex

#0FEECC
(15,238,204)
0 Favorites   0 Comments

Color spaces of #0feecc

RGB 15238204
HSL0.470.880.50
HSV171°94°93°
CMYK 0.940.000.14   0.07
XYZ41.670665.610367.5945
Yxy65.61030.23830.3752
Hunter Lab81.0002-49.92097.2227
CIE-Lab84.7972-54.63113.1747

#0feecc color RGB value is (15,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 11001100
Octal 17 356 314
Decimal 15 238 204
Hex F EE CC

RGB Percentages of Color #0feecc

%3.28
%52.08
%44.64

CMYK Percentages of Color #0feecc

%94
%0
%14
%7

Triadic Colors of #0feecc

#0feecc #cc0fee #eecc0f

Analogous Colors of #0feecc

#0feecc #0fa1ee #0fee5d

Monochromatic Colors of #0feecc

#0feecc

Complementary Color

#0feecc #ee0f31

#0feecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feecc Color CSS Codes

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

#0feecc Text Font Color

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

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


#0feecc Background Color

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

This div background color is #0feecc


#0feecc Border Color

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

This div border color is #0feecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feecc


Comments

No comments written yet.

Please login to write comment.