Color Hex Logo

#68dcdf Color Hex

#68DCDF
(104,220,223)
0 Favorites   0 Comments

Color spaces of #68dcdf

RGB 104220223
HSL0.500.650.64
HSV182°53°87°
CMYK 0.530.010.00   0.13
XYZ44.621459.457278.9366
Yxy59.45720.24380.3249
Hunter Lab77.1085-31.6449-6.7197
CIE-Lab81.5423-31.8389-11.4912

#68dcdf color RGB value is (104,220,223).

#68dcdf hex color red value is 104, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #68dcdf hue: 0.50 , saturation: 0.65 and the lightness value of 68dcdf is 0.64.

The process color (four color CMYK) of #68dcdf color hex is 0.53, 0.01, 0.00, 0.13. Web safe color of #68dcdf is #66cccc. Color #68dcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011100 11011111
Octal 150 334 337
Decimal 104 220 223
Hex 68 DC DF

RGB Percentages of Color #68dcdf

%19.01
%40.22
%40.77

CMYK Percentages of Color #68dcdf

%53
%1
%0
%13

Triadic Colors of #68dcdf

#68dcdf #df68dc #dcdf68

Analogous Colors of #68dcdf

#68dcdf #68a1df #68dfa7

Monochromatic Colors of #68dcdf

#68dcdf

Complementary Color

#68dcdf #df6b68

#68dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dcdf Color CSS Codes

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

#68dcdf Text Font Color

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

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


#68dcdf Background Color

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

This div background color is #68dcdf


#68dcdf Border Color

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

This div border color is #68dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dcdf


Comments

No comments written yet.

Please login to write comment.