Color Hex Logo

#68dffa Color Hex

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

Color spaces of #68dffa

RGB 104223250
HSL0.530.940.69
HSV191°58°98°
CMYK 0.580.110.00   0.02
XYZ49.351962.620599.9283
Yxy62.62050.23290.2955
Hunter Lab79.1331-27.1602-19.4775
CIE-Lab83.2423-25.8928-23.2522

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

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

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

Base Numbers

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

RGB Percentages of Color #68dffa

%18.02
%38.65
%43.33

CMYK Percentages of Color #68dffa

%58
%11
%0
%2

Triadic Colors of #68dffa

#68dffa #fa68df #dffa68

Analogous Colors of #68dffa

#68dffa #6896fa #68facc

Monochromatic Colors of #68dffa

#68dffa

Complementary Color

#68dffa #fa8368

#68dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dffa Color CSS Codes

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

#68dffa Text Font Color

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

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


#68dffa Background Color

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

This div background color is #68dffa


#68dffa Border Color

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

This div border color is #68dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dffa


Comments

No comments written yet.

Please login to write comment.