Color Hex Logo

#68ddff Color Hex

#68DDFF
(104,221,255)
0 Favorites   0 Comments

Color spaces of #68ddff

RGB 104221255
HSL0.541.000.70
HSV194°59°100°
CMYK 0.590.130.00   0.00
XYZ49.615461.8760103.9360
Yxy61.87600.23030.2872
Hunter Lab78.6613-25.0689-23.2776
CIE-Lab82.8474-23.4768-26.4974

#68ddff color RGB value is (104,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11111111
Octal 150 335 377
Decimal 104 221 255
Hex 68 DD FF

RGB Percentages of Color #68ddff

%17.93
%38.10
%43.97

CMYK Percentages of Color #68ddff

%59
%13
%0
%0

Triadic Colors of #68ddff

#68ddff #ff68dd #ddff68

Analogous Colors of #68ddff

#68ddff #6892ff #68ffd6

Monochromatic Colors of #68ddff

#68ddff

Complementary Color

#68ddff #ff8a68

#68ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddff Color CSS Codes

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

#68ddff Text Font Color

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

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


#68ddff Background Color

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

This div background color is #68ddff


#68ddff Border Color

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

This div border color is #68ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.