Color Hex Logo

#68eddb Color Hex

#68EDDB
(104,237,219)
0 Favorites   0 Comments

Color spaces of #68eddb

RGB 104237219
HSL0.480.790.67
HSV172°56°93°
CMYK 0.560.000.08   0.07
XYZ48.779368.625977.6930
Yxy68.62590.25000.3518
Hunter Lab82.8408-39.86482.3828
CIE-Lab86.3185-40.7124-2.3078

#68eddb color RGB value is (104,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101101 11011011
Octal 150 355 333
Decimal 104 237 219
Hex 68 ED DB

RGB Percentages of Color #68eddb

%18.57
%42.32
%39.11

CMYK Percentages of Color #68eddb

%56
%0
%8
%7

Triadic Colors of #68eddb

#68eddb #db68ed #eddb68

Analogous Colors of #68eddb

#68eddb #68bded #68ed99

Monochromatic Colors of #68eddb

#68eddb

Complementary Color

#68eddb #ed687a

#68eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eddb Color CSS Codes

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

#68eddb Text Font Color

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

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


#68eddb Background Color

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

This div background color is #68eddb


#68eddb Border Color

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

This div border color is #68eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eddb


Comments

No comments written yet.

Please login to write comment.