Color Hex Logo

#00f765 Color Hex

#00F765
(0,247,101)
0 Favorites   0 Comments

Color spaces of #00f765

RGB 0247101
HSL0.401.000.48
HSV145°100°97°
CMYK 1.000.000.59   0.03
XYZ35.609767.461123.4564
Yxy67.46110.28140.5332
Hunter Lab82.1347-66.346640.5620
CIE-Lab85.7363-78.067155.5135

#00f765 color RGB value is (0,247,101).

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

The process color (four color CMYK) of #00f765 color hex is 1.00, 0.00, 0.59, 0.03. Web safe color of #00f765 is #00ff66. Color #00f765 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110111 01100101
Octal 0 367 145
Decimal 0 247 101
Hex 0 F7 65

RGB Percentages of Color #00f765

%0.00
%70.98
%29.02

CMYK Percentages of Color #00f765

%100
%0
%59
%3

Triadic Colors of #00f765

#00f765 #6500f7 #f76500

Analogous Colors of #00f765

#00f765 #00f7e1 #16f700

Monochromatic Colors of #00f765

#00f765

Complementary Color

#00f765 #f70092

#00f765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f765 Color CSS Codes

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

#00f765 Text Font Color

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

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


#00f765 Background Color

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

This div background color is #00f765


#00f765 Border Color

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

This div border color is #00f765


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,247,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 #00f765">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f765


Comments

No comments written yet.

Please login to write comment.