Color Hex Logo

#68fadc Color Hex

#68FADC
(104,250,220)
0 Favorites   0 Comments

Color spaces of #68fadc

RGB 104250220
HSL0.470.940.69
HSV168°58°98°
CMYK 0.580.000.12   0.02
XYZ52.812876.481679.6890
Yxy76.48160.25270.3660
Hunter Lab87.4538-45.24907.1918
CIE-Lab90.0825-46.19362.6643

#68fadc color RGB value is (104,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 11011100
Octal 150 372 334
Decimal 104 250 220
Hex 68 FA DC

RGB Percentages of Color #68fadc

%18.12
%43.55
%38.33

CMYK Percentages of Color #68fadc

%58
%0
%12
%2

Triadic Colors of #68fadc

#68fadc #dc68fa #fadc68

Analogous Colors of #68fadc

#68fadc #68cffa #68fa93

Monochromatic Colors of #68fadc

#68fadc

Complementary Color

#68fadc #fa6886

#68fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fadc Color CSS Codes

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

#68fadc Text Font Color

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

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


#68fadc Background Color

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

This div background color is #68fadc


#68fadc Border Color

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

This div border color is #68fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fadc


Comments

No comments written yet.

Please login to write comment.