Color Hex Logo

#6fe1ba Color Hex

#6FE1BA
(111,225,186)
0 Favorites   0 Comments

Color spaces of #6fe1ba

RGB 111225186
HSL0.440.660.66
HSV159°51°88°
CMYK 0.510.000.17   0.12
XYZ42.343760.775155.9534
Yxy60.77510.26620.3821
Hunter Lab77.9584-39.473512.0164
CIE-Lab82.2577-41.65059.2136

#6fe1ba color RGB value is (111,225,186).

#6fe1ba hex color red value is 111, green value is 225 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6fe1ba hue: 0.44 , saturation: 0.66 and the lightness value of 6fe1ba is 0.66.

The process color (four color CMYK) of #6fe1ba color hex is 0.51, 0.00, 0.17, 0.12. Web safe color of #6fe1ba is #66cccc. Color #6fe1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100001 10111010
Octal 157 341 272
Decimal 111 225 186
Hex 6F E1 BA

RGB Percentages of Color #6fe1ba

%21.26
%43.10
%35.63

CMYK Percentages of Color #6fe1ba

%51
%0
%17
%12

Triadic Colors of #6fe1ba

#6fe1ba #ba6fe1 #e1ba6f

Analogous Colors of #6fe1ba

#6fe1ba #6fcfe1 #6fe181

Monochromatic Colors of #6fe1ba

#6fe1ba

Complementary Color

#6fe1ba #e16f96

#6fe1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe1ba Color CSS Codes

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

#6fe1ba Text Font Color

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

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


#6fe1ba Background Color

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

This div background color is #6fe1ba


#6fe1ba Border Color

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

This div border color is #6fe1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe1ba


Comments

No comments written yet.

Please login to write comment.