Color Hex Logo

#68fadf Color Hex

#68FADF
(104,250,223)
0 Favorites   0 Comments

Color spaces of #68fadf

RGB 104250223
HSL0.470.940.69
HSV169°58°98°
CMYK 0.580.000.11   0.02
XYZ53.213876.642081.8008
Yxy76.64200.25140.3621
Hunter Lab87.5454-44.70465.8823
CIE-Lab90.1566-45.47531.2138

#68fadf color RGB value is (104,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 11011111
Octal 150 372 337
Decimal 104 250 223
Hex 68 FA DF

RGB Percentages of Color #68fadf

%18.02
%43.33
%38.65

CMYK Percentages of Color #68fadf

%58
%0
%11
%2

Triadic Colors of #68fadf

#68fadf #df68fa #fadf68

Analogous Colors of #68fadf

#68fadf #68ccfa #68fa96

Monochromatic Colors of #68fadf

#68fadf

Complementary Color

#68fadf #fa6883

#68fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fadf Color CSS Codes

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

#68fadf Text Font Color

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

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


#68fadf Background Color

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

This div background color is #68fadf


#68fadf Border Color

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

This div border color is #68fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fadf


Comments

No comments written yet.

Please login to write comment.