Color Hex Logo

#68ddfb Color Hex

#68DDFB
(104,221,251)
0 Favorites   0 Comments

Color spaces of #68ddfb

RGB 104221251
HSL0.530.950.70
HSV192°59°98°
CMYK 0.590.120.00   0.02
XYZ48.978061.6210100.5794
Yxy61.62100.23190.2918
Hunter Lab78.4990-26.0016-21.0179
CIE-Lab82.7115-24.6221-24.5887

#68ddfb color RGB value is (104,221,251).

#68ddfb hex color red value is 104, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #68ddfb hue: 0.53 , saturation: 0.95 and the lightness value of 68ddfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11111011
Octal 150 335 373
Decimal 104 221 251
Hex 68 DD FB

RGB Percentages of Color #68ddfb

%18.06
%38.37
%43.58

CMYK Percentages of Color #68ddfb

%59
%12
%0
%2

Triadic Colors of #68ddfb

#68ddfb #fb68dd #ddfb68

Analogous Colors of #68ddfb

#68ddfb #6894fb #68fbd0

Monochromatic Colors of #68ddfb

#68ddfb

Complementary Color

#68ddfb #fb8668

#68ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddfb Color CSS Codes

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

#68ddfb Text Font Color

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

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


#68ddfb Background Color

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

This div background color is #68ddfb


#68ddfb Border Color

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

This div border color is #68ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddfb


Comments

No comments written yet.

Please login to write comment.