Color Hex Logo

#6aff25 Color Hex

#6AFF25
(106,255,37)
0 Favorites   0 Comments

Color spaces of #6aff25

RGB 10625537
HSL0.281.000.57
HSV101°85°100°
CMYK 0.580.000.85   0.00
XYZ42.037874.717713.9566
Yxy74.71770.32160.5716
Hunter Lab86.4394-64.459650.9346
CIE-Lab89.2606-72.757280.6429

#6aff25 color RGB value is (106,255,37).

#6aff25 hex color red value is 106, green value is 255 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #6aff25 hue: 0.28 , saturation: 1.00 and the lightness value of 6aff25 is 0.57.

The process color (four color CMYK) of #6aff25 color hex is 0.58, 0.00, 0.85, 0.00. Web safe color of #6aff25 is #66ff33. Color #6aff25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 00100101
Octal 152 377 45
Decimal 106 255 37
Hex 6A FF 25

RGB Percentages of Color #6aff25

%26.63
%64.07
%9.30

CMYK Percentages of Color #6aff25

%58
%0
%85
%0

Triadic Colors of #6aff25

#6aff25 #256aff #ff256a

Analogous Colors of #6aff25

#6aff25 #25ff4d #d7ff25

Monochromatic Colors of #6aff25

#6aff25

Complementary Color

#6aff25 #ba25ff

#6aff25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aff25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aff25 Color CSS Codes

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

#6aff25 Text Font Color

<p style="color:#6aff25">Text here</p>

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


#6aff25 Background Color

<div style="background-color:#6aff25">
Div content here</div>

This div background color is #6aff25


#6aff25 Border Color

<div style="border:3px solid #6aff25">
Div here</div>

This div border color is #6aff25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,255,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aff25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aff25;
  -webkit-box-shadow: 1px 1px 3px 2px #6aff25;
  box-shadow:         1px 1px 3px 2px #6aff25; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,255,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aff25


Comments

No comments written yet.

Please login to write comment.