Color Hex Logo

#68edbb Color Hex

#68EDBB
(104,237,187)
0 Favorites   0 Comments

Color spaces of #68edbb

RGB 104237187
HSL0.440.790.67
HSV157°56°93°
CMYK 0.560.000.21   0.07
XYZ44.962767.099357.5954
Yxy67.09930.26500.3955
Hunter Lab81.9142-45.371115.6520
CIE-Lab85.5541-48.142913.3451

#68edbb color RGB value is (104,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101101 10111011
Octal 150 355 273
Decimal 104 237 187
Hex 68 ED BB

RGB Percentages of Color #68edbb

%19.70
%44.89
%35.42

CMYK Percentages of Color #68edbb

%56
%0
%21
%7

Triadic Colors of #68edbb

#68edbb #bb68ed #edbb68

Analogous Colors of #68edbb

#68edbb #68dded #68ed79

Monochromatic Colors of #68edbb

#68edbb

Complementary Color

#68edbb #ed689a

#68edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68edbb Color CSS Codes

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

#68edbb Text Font Color

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

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


#68edbb Background Color

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

This div background color is #68edbb


#68edbb Border Color

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

This div border color is #68edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68edbb


Comments

No comments written yet.

Please login to write comment.