Color Hex Logo

#0fee1c Color Hex

#0FEE1C
(15,238,28)
0 Favorites   0 Comments

Color spaces of #0fee1c

RGB 1523828
HSL0.340.880.50
HSV123°94°93°
CMYK 0.940.000.88   0.07
XYZ30.981161.334511.3045
Yxy61.33450.29900.5919
Hunter Lab78.3163-66.440946.2633
CIE-Lab82.5582-80.716275.9282

#0fee1c color RGB value is (15,238,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 00011100
Octal 17 356 34
Decimal 15 238 28
Hex F EE 1C

RGB Percentages of Color #0fee1c

%5.34
%84.70
%9.96

CMYK Percentages of Color #0fee1c

%94
%0
%88
%7

Triadic Colors of #0fee1c

#0fee1c #1c0fee #ee1c0f

Analogous Colors of #0fee1c

#0fee1c #0fee8c #72ee0f

Monochromatic Colors of #0fee1c

#0fee1c

Complementary Color

#0fee1c #ee0fe1

#0fee1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fee1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fee1c Color CSS Codes

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

#0fee1c Text Font Color

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

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


#0fee1c Background Color

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

This div background color is #0fee1c


#0fee1c Border Color

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

This div border color is #0fee1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fee1c


Comments

No comments written yet.

Please login to write comment.