Color Hex Logo

#68fade Color Hex

#68FADE
(104,250,222)
0 Favorites   0 Comments

Color spaces of #68fade

RGB 104250222
HSL0.470.940.69
HSV168°58°98°
CMYK 0.580.000.11   0.02
XYZ53.079376.588281.0927
Yxy76.58820.25180.3634
Hunter Lab87.5147-44.88716.3211
CIE-Lab90.1317-45.71571.6971

#68fade color RGB value is (104,250,222).

#68fade hex color red value is 104, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #68fade hue: 0.47 , saturation: 0.94 and the lightness value of 68fade is 0.69.

The process color (four color CMYK) of #68fade color hex is 0.58, 0.00, 0.11, 0.02. Web safe color of #68fade is #66ffcc. Color #68fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 11011110
Octal 150 372 336
Decimal 104 250 222
Hex 68 FA DE

RGB Percentages of Color #68fade

%18.06
%43.40
%38.54

CMYK Percentages of Color #68fade

%58
%0
%11
%2

Triadic Colors of #68fade

#68fade #de68fa #fade68

Analogous Colors of #68fade

#68fade #68cdfa #68fa95

Monochromatic Colors of #68fade

#68fade

Complementary Color

#68fade #fa6884

#68fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fade Color CSS Codes

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

#68fade Text Font Color

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

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


#68fade Background Color

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

This div background color is #68fade


#68fade Border Color

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

This div border color is #68fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fade


Comments

No comments written yet.

Please login to write comment.