Color Hex Logo

#68efba Color Hex

#68EFBA
(104,239,186)
0 Favorites   0 Comments

Color spaces of #68efba

RGB 104239186
HSL0.430.810.67
HSV156°56°94°
CMYK 0.560.000.22   0.06
XYZ45.438368.221257.2275
Yxy68.22120.26590.3992
Hunter Lab82.5961-46.345716.7377
CIE-Lab86.1169-49.200214.6607

#68efba color RGB value is (104,239,186).

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

The process color (four color CMYK) of #68efba color hex is 0.56, 0.00, 0.22, 0.06. Web safe color of #68efba is #66ffcc. Color #68efba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 10111010
Octal 150 357 272
Decimal 104 239 186
Hex 68 EF BA

RGB Percentages of Color #68efba

%19.66
%45.18
%35.16

CMYK Percentages of Color #68efba

%56
%0
%22
%6

Triadic Colors of #68efba

#68efba #ba68ef #efba68

Analogous Colors of #68efba

#68efba #68e1ef #68ef77

Monochromatic Colors of #68efba

#68efba

Complementary Color

#68efba #ef689d

#68efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efba Color CSS Codes

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

#68efba Text Font Color

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

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


#68efba Background Color

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

This div background color is #68efba


#68efba Border Color

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

This div border color is #68efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efba


Comments

No comments written yet.

Please login to write comment.