Color Hex Logo

#68ddfc Color Hex

#68DDFC
(104,221,252)
0 Favorites   0 Comments

Color spaces of #68ddfc

RGB 104221252
HSL0.530.960.70
HSV193°59°99°
CMYK 0.590.120.00   0.01
XYZ49.136161.6842101.4120
Yxy61.68420.23150.2906
Hunter Lab78.5393-25.7698-21.5793
CIE-Lab82.7452-24.3367-25.0665

#68ddfc color RGB value is (104,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11111100
Octal 150 335 374
Decimal 104 221 252
Hex 68 DD FC

RGB Percentages of Color #68ddfc

%18.02
%38.30
%43.67

CMYK Percentages of Color #68ddfc

%59
%12
%0
%1

Triadic Colors of #68ddfc

#68ddfc #fc68dd #ddfc68

Analogous Colors of #68ddfc

#68ddfc #6893fc #68fcd1

Monochromatic Colors of #68ddfc

#68ddfc

Complementary Color

#68ddfc #fc8768

#68ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddfc Color CSS Codes

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

#68ddfc Text Font Color

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

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


#68ddfc Background Color

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

This div background color is #68ddfc


#68ddfc Border Color

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

This div border color is #68ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddfc


Comments

No comments written yet.

Please login to write comment.