Color Hex Logo

#68f2ba Color Hex

#68F2BA
(104,242,186)
0 Favorites   0 Comments

Color spaces of #68f2ba

RGB 104242186
HSL0.430.840.68
HSV156°57°95°
CMYK 0.570.000.23   0.05
XYZ46.324069.992557.5227
Yxy69.99250.26650.4026
Hunter Lab83.6615-47.570917.7974
CIE-Lab86.9932-50.453215.8944

#68f2ba color RGB value is (104,242,186).

#68f2ba hex color red value is 104, green value is 242 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #68f2ba hue: 0.43 , saturation: 0.84 and the lightness value of 68f2ba is 0.68.

The process color (four color CMYK) of #68f2ba color hex is 0.57, 0.00, 0.23, 0.05. Web safe color of #68f2ba is #66ffcc. Color #68f2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11110010 10111010
Octal 150 362 272
Decimal 104 242 186
Hex 68 F2 BA

RGB Percentages of Color #68f2ba

%19.55
%45.49
%34.96

CMYK Percentages of Color #68f2ba

%57
%0
%23
%5

Triadic Colors of #68f2ba

#68f2ba #ba68f2 #f2ba68

Analogous Colors of #68f2ba

#68f2ba #68e5f2 #68f275

Monochromatic Colors of #68f2ba

#68f2ba

Complementary Color

#68f2ba #f268a0

#68f2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68f2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68f2ba Color CSS Codes

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

#68f2ba Text Font Color

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

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


#68f2ba Background Color

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

This div background color is #68f2ba


#68f2ba Border Color

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

This div border color is #68f2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68f2ba


Comments

No comments written yet.

Please login to write comment.