Color Hex Logo

#6feaba Color Hex

#6FEABA
(111,234,186)
0 Favorites   0 Comments

Color spaces of #6feaba

RGB 111234186
HSL0.430.750.68
HSV157°53°92°
CMYK 0.530.000.21   0.08
XYZ44.841365.770356.7859
Yxy65.77030.26790.3929
Hunter Lab81.0989-43.226615.2540
CIE-Lab84.8791-45.584512.9428

#6feaba color RGB value is (111,234,186).

#6feaba hex color red value is 111, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6feaba hue: 0.43 , saturation: 0.75 and the lightness value of 6feaba is 0.68.

The process color (four color CMYK) of #6feaba color hex is 0.53, 0.00, 0.21, 0.08. Web safe color of #6feaba is #66ffcc. Color #6feaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 10111010
Octal 157 352 272
Decimal 111 234 186
Hex 6F EA BA

RGB Percentages of Color #6feaba

%20.90
%44.07
%35.03

CMYK Percentages of Color #6feaba

%53
%0
%21
%8

Triadic Colors of #6feaba

#6feaba #ba6fea #eaba6f

Analogous Colors of #6feaba

#6feaba #6fddea #6fea7d

Monochromatic Colors of #6feaba

#6feaba

Complementary Color

#6feaba #ea6f9f

#6feaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feaba Color CSS Codes

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

#6feaba Text Font Color

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

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


#6feaba Background Color

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

This div background color is #6feaba


#6feaba Border Color

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

This div border color is #6feaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,234,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 #6feaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feaba


Comments

No comments written yet.

Please login to write comment.