Color Hex Logo

#00f685 Color Hex

#00F685
(0,246,133)
0 Favorites   0 Comments

Color spaces of #00f685

RGB 0246133
HSL0.421.000.48
HSV152°100°96°
CMYK 1.000.000.46   0.04
XYZ37.189467.605033.2793
Yxy67.60500.26930.4896
Hunter Lab82.2223-63.152833.5581
CIE-Lab85.8086-73.125540.8112

#00f685 color RGB value is (0,246,133).

#00f685 hex color red value is 0, green value is 246 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #00f685 hue: 0.42 , saturation: 1.00 and the lightness value of 00f685 is 0.48.

The process color (four color CMYK) of #00f685 color hex is 1.00, 0.00, 0.46, 0.04. Web safe color of #00f685 is #00ff99. Color #00f685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110110 10000101
Octal 0 366 205
Decimal 0 246 133
Hex 0 F6 85

RGB Percentages of Color #00f685

%0.00
%64.91
%35.09

CMYK Percentages of Color #00f685

%100
%0
%46
%4

Triadic Colors of #00f685

#00f685 #8500f6 #f68500

Analogous Colors of #00f685

#00f685 #00ecf6 #00f60a

Monochromatic Colors of #00f685

#00f685

Complementary Color

#00f685 #f60071

#00f685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f685 Color CSS Codes

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

#00f685 Text Font Color

<p style="color:#00f685">Text here</p>

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


#00f685 Background Color

<div style="background-color:#00f685">
Div content here</div>

This div background color is #00f685


#00f685 Border Color

<div style="border:3px solid #00f685">
Div here</div>

This div border color is #00f685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,246,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00f685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00f685;
  -webkit-box-shadow: 1px 1px 3px 2px #00f685;
  box-shadow:         1px 1px 3px 2px #00f685; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,246,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f685


Comments

No comments written yet.

Please login to write comment.