Color Hex Logo

#68dbba Color Hex

#68DBBA
(104,219,186)
0 Favorites   0 Comments

Color spaces of #68dbba

RGB 104219186
HSL0.450.610.63
HSV163°53°86°
CMYK 0.530.000.15   0.14
XYZ39.903457.151355.3825
Yxy57.15130.26180.3749
Hunter Lab75.5985-38.07919.4838
CIE-Lab80.2646-40.54126.3240

#68dbba color RGB value is (104,219,186).

#68dbba hex color red value is 104, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #68dbba hue: 0.45 , saturation: 0.61 and the lightness value of 68dbba is 0.63.

The process color (four color CMYK) of #68dbba color hex is 0.53, 0.00, 0.15, 0.14. Web safe color of #68dbba is #66cccc. Color #68dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011011 10111010
Octal 150 333 272
Decimal 104 219 186
Hex 68 DB BA

RGB Percentages of Color #68dbba

%20.43
%43.03
%36.54

CMYK Percentages of Color #68dbba

%53
%0
%15
%14

Triadic Colors of #68dbba

#68dbba #ba68db #dbba68

Analogous Colors of #68dbba

#68dbba #68c3db #68db81

Monochromatic Colors of #68dbba

#68dbba

Complementary Color

#68dbba #db6889

#68dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dbba Color CSS Codes

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

#68dbba Text Font Color

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

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


#68dbba Background Color

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

This div background color is #68dbba


#68dbba Border Color

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

This div border color is #68dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dbba


Comments

No comments written yet.

Please login to write comment.