Color Hex Logo

#68ebaf Color Hex

#68EBAF
(104,235,175)
0 Favorites   0 Comments

Color spaces of #68ebaf

RGB 104235175
HSL0.420.770.66
HSV153°56°92°
CMYK 0.560.000.26   0.08
XYZ43.155165.454950.9170
Yxy65.45490.27050.4103
Hunter Lab80.9042-46.368719.3188
CIE-Lab84.7176-49.829818.4132

#68ebaf color RGB value is (104,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 10101111
Octal 150 353 257
Decimal 104 235 175
Hex 68 EB AF

RGB Percentages of Color #68ebaf

%20.23
%45.72
%34.05

CMYK Percentages of Color #68ebaf

%56
%0
%26
%8

Triadic Colors of #68ebaf

#68ebaf #af68eb #ebaf68

Analogous Colors of #68ebaf

#68ebaf #68e6eb #68eb6e

Monochromatic Colors of #68ebaf

#68ebaf

Complementary Color

#68ebaf #eb68a4

#68ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebaf Color CSS Codes

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

#68ebaf Text Font Color

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

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


#68ebaf Background Color

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

This div background color is #68ebaf


#68ebaf Border Color

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

This div border color is #68ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebaf


Comments

No comments written yet.

Please login to write comment.