Color Hex Logo

#68efb0 Color Hex

#68EFB0
(104,239,176)
0 Favorites   0 Comments

Color spaces of #68efb0

RGB 104239176
HSL0.420.810.67
HSV152°56°94°
CMYK 0.560.000.26   0.06
XYZ44.411967.810651.8223
Yxy67.81060.27070.4134
Hunter Lab82.3472-47.838120.3310
CIE-Lab85.9117-51.281619.5573

#68efb0 color RGB value is (104,239,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 10110000
Octal 150 357 260
Decimal 104 239 176
Hex 68 EF B0

RGB Percentages of Color #68efb0

%20.04
%46.05
%33.91

CMYK Percentages of Color #68efb0

%56
%0
%26
%6

Triadic Colors of #68efb0

#68efb0 #b068ef #efb068

Analogous Colors of #68efb0

#68efb0 #68ebef #68ef6d

Monochromatic Colors of #68efb0

#68efb0

Complementary Color

#68efb0 #ef68a7

#68efb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efb0 Color CSS Codes

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

#68efb0 Text Font Color

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

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


#68efb0 Background Color

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

This div background color is #68efb0


#68efb0 Border Color

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

This div border color is #68efb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,239,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #68efb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efb0

Related Colors


Comments

No comments written yet.

Please login to write comment.