Color Hex Logo

#0afd61 Color Hex

#0AFD61
(10,253,97)
0 Favorites   0 Comments

Color spaces of #0afd61

RGB 1025397
HSL0.390.980.52
HSV141°96°99°
CMYK 0.960.000.62   0.01
XYZ37.408171.178223.0764
Yxy71.17820.28410.5406
Hunter Lab84.3672-68.496342.8398
CIE-Lab87.5715-80.009059.3286

#0afd61 color RGB value is (10,253,97).

#0afd61 hex color red value is 10, green value is 253 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #0afd61 hue: 0.39 , saturation: 0.98 and the lightness value of 0afd61 is 0.52.

The process color (four color CMYK) of #0afd61 color hex is 0.96, 0.00, 0.62, 0.01. Web safe color of #0afd61 is #00ff66. Color #0afd61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111101 01100001
Octal 12 375 141
Decimal 10 253 97
Hex A FD 61

RGB Percentages of Color #0afd61

%2.78
%70.28
%26.94

CMYK Percentages of Color #0afd61

%96
%0
%62
%1

Triadic Colors of #0afd61

#0afd61 #610afd #fd610a

Analogous Colors of #0afd61

#0afd61 #0afddb #2dfd0a

Monochromatic Colors of #0afd61

#0afd61

Complementary Color

#0afd61 #fd0aa6

#0afd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afd61 Color CSS Codes

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

#0afd61 Text Font Color

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

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


#0afd61 Background Color

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

This div background color is #0afd61


#0afd61 Border Color

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

This div border color is #0afd61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,253,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0afd61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0afd61;
  -webkit-box-shadow: 1px 1px 3px 2px #0afd61;
  box-shadow:         1px 1px 3px 2px #0afd61; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,253,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afd61


Comments

No comments written yet.

Please login to write comment.