Color Hex Logo

#68fadb Color Hex

#68FADB
(104,250,219)
0 Favorites   0 Comments

Color spaces of #68fadb

RGB 104250219
HSL0.460.940.69
HSV167°58°98°
CMYK 0.580.000.12   0.02
XYZ52.680776.428778.9935
Yxy76.42870.25310.3673
Hunter Lab87.4235-45.42857.6236
CIE-Lab90.0580-46.43113.1480

#68fadb color RGB value is (104,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 11011011
Octal 150 372 333
Decimal 104 250 219
Hex 68 FA DB

RGB Percentages of Color #68fadb

%18.15
%43.63
%38.22

CMYK Percentages of Color #68fadb

%58
%0
%12
%2

Triadic Colors of #68fadb

#68fadb #db68fa #fadb68

Analogous Colors of #68fadb

#68fadb #68d0fa #68fa92

Monochromatic Colors of #68fadb

#68fadb

Complementary Color

#68fadb #fa6887

#68fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fadb Color CSS Codes

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

#68fadb Text Font Color

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

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


#68fadb Background Color

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

This div background color is #68fadb


#68fadb Border Color

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

This div border color is #68fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fadb

Related Colors


Comments

No comments written yet.

Please login to write comment.