Color Hex Logo

#68edea Color Hex

#68EDEA
(104,237,234)
0 Favorites   0 Comments

Color spaces of #68edea

RGB 104237234
HSL0.500.790.67
HSV179°56°93°
CMYK 0.560.000.01   0.07
XYZ50.844469.451988.5677
Yxy69.45190.24340.3325
Hunter Lab83.3378-36.9383-4.6743
CIE-Lab86.7273-36.9035-9.5799

#68edea color RGB value is (104,237,234).

#68edea hex color red value is 104, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #68edea hue: 0.50 , saturation: 0.79 and the lightness value of 68edea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101101 11101010
Octal 150 355 352
Decimal 104 237 234
Hex 68 ED EA

RGB Percentages of Color #68edea

%18.09
%41.22
%40.70

CMYK Percentages of Color #68edea

%56
%0
%1
%7

Triadic Colors of #68edea

#68edea #ea68ed #edea68

Analogous Colors of #68edea

#68edea #68aeed #68eda8

Monochromatic Colors of #68edea

#68edea

Complementary Color

#68edea #ed686b

#68edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#68edea Color CSS Codes

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

#68edea Text Font Color

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

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


#68edea Background Color

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

This div background color is #68edea


#68edea Border Color

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

This div border color is #68edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68edea


Comments

No comments written yet.

Please login to write comment.