Color Hex Logo

#68deab Color Hex

#68DEAB
(104,222,171)
0 Favorites   0 Comments

Color spaces of #68deab

RGB 104222171
HSL0.430.640.64
HSV154°53°87°
CMYK 0.530.000.23   0.13
XYZ39.180958.125947.6824
Yxy58.12590.27020.4009
Hunter Lab76.2403-41.687116.2870
CIE-Lab80.8087-45.159915.0332

#68deab color RGB value is (104,222,171).

#68deab hex color red value is 104, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #68deab hue: 0.43 , saturation: 0.64 and the lightness value of 68deab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 10101011
Octal 150 336 253
Decimal 104 222 171
Hex 68 DE AB

RGB Percentages of Color #68deab

%20.93
%44.67
%34.41

CMYK Percentages of Color #68deab

%53
%0
%23
%13

Triadic Colors of #68deab

#68deab #ab68de #deab68

Analogous Colors of #68deab

#68deab #68d6de #68de70

Monochromatic Colors of #68deab

#68deab

Complementary Color

#68deab #de689b

#68deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#68deab Color CSS Codes

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

#68deab Text Font Color

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

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


#68deab Background Color

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

This div background color is #68deab


#68deab Border Color

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

This div border color is #68deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68deab


Comments

No comments written yet.

Please login to write comment.