Color Hex Logo

#68fdae Color Hex

#68FDAE
(104,253,174)
0 Favorites   0 Comments

Color spaces of #68fdae

RGB 104253174
HSL0.410.970.70
HSV148°59°99°
CMYK 0.590.000.31   0.01
XYZ48.474276.249652.2072
Yxy76.24960.27400.4310
Hunter Lab87.3210-53.721725.6766
CIE-Lab89.9751-57.310126.1776

#68fdae color RGB value is (104,253,174).

#68fdae hex color red value is 104, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #68fdae hue: 0.41 , saturation: 0.97 and the lightness value of 68fdae is 0.70.

The process color (four color CMYK) of #68fdae color hex is 0.59, 0.00, 0.31, 0.01. Web safe color of #68fdae is #66ff99. Color #68fdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 10101110
Octal 150 375 256
Decimal 104 253 174
Hex 68 FD AE

RGB Percentages of Color #68fdae

%19.59
%47.65
%32.77

CMYK Percentages of Color #68fdae

%59
%0
%31
%1

Triadic Colors of #68fdae

#68fdae #ae68fd #fdae68

Analogous Colors of #68fdae

#68fdae #68fdf9 #6dfd68

Monochromatic Colors of #68fdae

#68fdae

Complementary Color

#68fdae #fd68b7

#68fdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdae Color CSS Codes

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

#68fdae Text Font Color

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

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


#68fdae Background Color

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

This div background color is #68fdae


#68fdae Border Color

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

This div border color is #68fdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdae


Comments

No comments written yet.

Please login to write comment.