Color Hex Logo

#68ffba Color Hex

#68FFBA
(104,255,186)
0 Favorites   0 Comments

Color spaces of #68ffba

RGB 104255186
HSL0.421.000.70
HSV153°59°100°
CMYK 0.590.000.27   0.00
XYZ50.331878.008258.8587
Yxy78.00820.26890.4167
Hunter Lab88.3223-52.843022.3142
CIE-Lab90.7836-55.756221.1876

#68ffba color RGB value is (104,255,186).

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

The process color (four color CMYK) of #68ffba color hex is 0.59, 0.00, 0.27, 0.00. Web safe color of #68ffba is #66ffcc. Color #68ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111111 10111010
Octal 150 377 272
Decimal 104 255 186
Hex 68 FF BA

RGB Percentages of Color #68ffba

%19.08
%46.79
%34.13

CMYK Percentages of Color #68ffba

%59
%0
%27
%0

Triadic Colors of #68ffba

#68ffba #ba68ff #ffba68

Analogous Colors of #68ffba

#68ffba #68f9ff #68ff6f

Monochromatic Colors of #68ffba

#68ffba

Complementary Color

#68ffba #ff68ad

#68ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ffba Color CSS Codes

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

#68ffba Text Font Color

<p style="color:#68ffba">Text here</p>

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


#68ffba Background Color

<div style="background-color:#68ffba">
Div content here</div>

This div background color is #68ffba


#68ffba Border Color

<div style="border:3px solid #68ffba">
Div here</div>

This div border color is #68ffba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,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 #68ffba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ffba

Related Colors


Comments

No comments written yet.

Please login to write comment.