Color Hex Logo

#6effba Color Hex

#6EFFBA
(110,255,186)
0 Favorites   0 Comments

Color spaces of #6effba

RGB 110255186
HSL0.421.000.72
HSV151°57°100°
CMYK 0.570.000.27   0.00
XYZ51.053378.380258.8925
Yxy78.38020.27110.4162
Hunter Lab88.5326-51.998022.5327
CIE-Lab90.9531-54.562921.4486

#6effba color RGB value is (110,255,186).

#6effba hex color red value is 110, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6effba hue: 0.42 , saturation: 1.00 and the lightness value of 6effba is 0.72.

The process color (four color CMYK) of #6effba color hex is 0.57, 0.00, 0.27, 0.00. Web safe color of #6effba is #66ffcc. Color #6effba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111111 10111010
Octal 156 377 272
Decimal 110 255 186
Hex 6E FF BA

RGB Percentages of Color #6effba

%19.96
%46.28
%33.76

CMYK Percentages of Color #6effba

%57
%0
%27
%0

Triadic Colors of #6effba

#6effba #ba6eff #ffba6e

Analogous Colors of #6effba

#6effba #6efcff #6eff72

Monochromatic Colors of #6effba

#6effba

Complementary Color

#6effba #ff6eb3

#6effba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6effba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6effba Color CSS Codes

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

#6effba Text Font Color

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

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


#6effba Background Color

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

This div background color is #6effba


#6effba Border Color

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

This div border color is #6effba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6effba

#6effba Color Palettes


Comments

No comments written yet.

Please login to write comment.