Color Hex Logo

#68ebae Color Hex

#68EBAE
(104,235,174)
0 Favorites   0 Comments

Color spaces of #68ebae

RGB 104235174
HSL0.420.770.66
HSV152°56°92°
CMYK 0.560.000.26   0.08
XYZ43.057265.415750.4015
Yxy65.41570.27100.4117
Hunter Lab80.8800-46.513819.6686
CIE-Lab84.6975-50.033918.9042

#68ebae color RGB value is (104,235,174).

#68ebae hex color red value is 104, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #68ebae hue: 0.42 , saturation: 0.77 and the lightness value of 68ebae is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 10101110
Octal 150 353 256
Decimal 104 235 174
Hex 68 EB AE

RGB Percentages of Color #68ebae

%20.27
%45.81
%33.92

CMYK Percentages of Color #68ebae

%56
%0
%26
%8

Triadic Colors of #68ebae

#68ebae #ae68eb #ebae68

Analogous Colors of #68ebae

#68ebae #68e7eb #68eb6d

Monochromatic Colors of #68ebae

#68ebae

Complementary Color

#68ebae #eb68a5

#68ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebae Color CSS Codes

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

#68ebae Text Font Color

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

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


#68ebae Background Color

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

This div background color is #68ebae


#68ebae Border Color

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

This div border color is #68ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebae


Comments

No comments written yet.

Please login to write comment.