Color Hex Logo

#68ddba Color Hex

#68DDBA
(104,221,186)
0 Favorites   0 Comments

Color spaces of #68ddba

RGB 104221186
HSL0.450.630.64
HSV162°53°87°
CMYK 0.530.000.16   0.13
XYZ40.428358.201155.5575
Yxy58.20110.26220.3775
Hunter Lab76.2896-38.914110.2251
CIE-Lab80.8505-41.43197.1661

#68ddba color RGB value is (104,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 10111010
Octal 150 335 272
Decimal 104 221 186
Hex 68 DD BA

RGB Percentages of Color #68ddba

%20.35
%43.25
%36.40

CMYK Percentages of Color #68ddba

%53
%0
%16
%13

Triadic Colors of #68ddba

#68ddba #ba68dd #ddba68

Analogous Colors of #68ddba

#68ddba #68c6dd #68dd80

Monochromatic Colors of #68ddba

#68ddba

Complementary Color

#68ddba #dd688b

#68ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddba Color CSS Codes

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

#68ddba Text Font Color

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

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


#68ddba Background Color

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

This div background color is #68ddba


#68ddba Border Color

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

This div border color is #68ddba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,221,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 #68ddba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddba


Comments

No comments written yet.

Please login to write comment.