Color Hex Logo

#0fee65 Color Hex

#0FEE65
(15,238,101)
0 Favorites   0 Comments

Color spaces of #0fee65

RGB 15238101
HSL0.400.880.50
HSV143°94°93°
CMYK 0.940.000.58   0.07
XYZ33.120562.190222.5702
Yxy62.19020.28100.5276
Hunter Lab78.8608-63.038638.2335
CIE-Lab83.0145-74.937652.3500

#0fee65 color RGB value is (15,238,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 01100101
Octal 17 356 145
Decimal 15 238 101
Hex F EE 65

RGB Percentages of Color #0fee65

%4.24
%67.23
%28.53

CMYK Percentages of Color #0fee65

%94
%0
%58
%7

Triadic Colors of #0fee65

#0fee65 #650fee #ee650f

Analogous Colors of #0fee65

#0fee65 #0feed5 #29ee0f

Monochromatic Colors of #0fee65

#0fee65

Complementary Color

#0fee65 #ee0f98

#0fee65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fee65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fee65 Color CSS Codes

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

#0fee65 Text Font Color

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

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


#0fee65 Background Color

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

This div background color is #0fee65


#0fee65 Border Color

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

This div border color is #0fee65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fee65


Comments

No comments written yet.

Please login to write comment.