Color Hex Logo

#6fe255 Color Hex

#6FE255
(111,226,85)
0 Favorites   0 Comments

Color spaces of #6fe255

RGB 11122685
HSL0.300.710.61
HSV109°62°89°
CMYK 0.510.000.62   0.11
XYZ35.391658.428118.0068
Yxy58.42810.31650.5225
Hunter Lab76.4383-51.119939.5397
CIE-Lab80.9762-58.287057.4206

#6fe255 color RGB value is (111,226,85).

#6fe255 hex color red value is 111, green value is 226 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #6fe255 hue: 0.30 , saturation: 0.71 and the lightness value of 6fe255 is 0.61.

The process color (four color CMYK) of #6fe255 color hex is 0.51, 0.00, 0.62, 0.11. Web safe color of #6fe255 is #66cc66. Color #6fe255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100010 01010101
Octal 157 342 125
Decimal 111 226 85
Hex 6F E2 55

RGB Percentages of Color #6fe255

%26.30
%53.55
%20.14

CMYK Percentages of Color #6fe255

%51
%0
%62
%11

Triadic Colors of #6fe255

#6fe255 #556fe2 #e2556f

Analogous Colors of #6fe255

#6fe255 #55e282 #b6e255

Monochromatic Colors of #6fe255

#6fe255

Complementary Color

#6fe255 #c855e2

#6fe255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe255 Color CSS Codes

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

#6fe255 Text Font Color

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

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


#6fe255 Background Color

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

This div background color is #6fe255


#6fe255 Border Color

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

This div border color is #6fe255


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,226,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fe255; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fe255;
  -webkit-box-shadow: 1px 1px 3px 2px #6fe255;
  box-shadow:         1px 1px 3px 2px #6fe255; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,226,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe255


Comments

No comments written yet.

Please login to write comment.