Color Hex Logo

#68ebda Color Hex

#68EBDA
(104,235,218)
0 Favorites   0 Comments

Color spaces of #68ebda

RGB 104235218
HSL0.480.770.66
HSV172°56°92°
CMYK 0.560.000.07   0.08
XYZ48.072167.421776.8097
Yxy67.42170.25000.3506
Hunter Lab82.1107-39.19012.0152
CIE-Lab85.7165-40.0615-2.6659

#68ebda color RGB value is (104,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 11011010
Octal 150 353 332
Decimal 104 235 218
Hex 68 EB DA

RGB Percentages of Color #68ebda

%18.67
%42.19
%39.14

CMYK Percentages of Color #68ebda

%56
%0
%7
%8

Triadic Colors of #68ebda

#68ebda #da68eb #ebda68

Analogous Colors of #68ebda

#68ebda #68bbeb #68eb99

Monochromatic Colors of #68ebda

#68ebda

Complementary Color

#68ebda #eb6879

#68ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebda Color CSS Codes

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

#68ebda Text Font Color

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

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


#68ebda Background Color

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

This div background color is #68ebda


#68ebda Border Color

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

This div border color is #68ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebda


Comments

No comments written yet.

Please login to write comment.