Color Hex Logo

#68dfdf Color Hex

#68DFDF
(104,223,223)
0 Favorites   0 Comments

Color spaces of #68dfdf

RGB 104223223
HSL0.500.650.64
HSV180°53°87°
CMYK 0.530.000.00   0.13
XYZ45.415961.046179.2014
Yxy61.04610.24460.3288
Hunter Lab78.1320-32.9741-5.4091
CIE-Lab82.4035-33.2583-10.2069

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11011111
Octal 150 337 337
Decimal 104 223 223
Hex 68 DF DF

RGB Percentages of Color #68dfdf

%18.91
%40.55
%40.55

CMYK Percentages of Color #68dfdf

%53
%0
%0
%13

Triadic Colors of #68dfdf

#68dfdf #df68df #dfdf68

Analogous Colors of #68dfdf

#68dfdf #68a4df #68dfa4

Monochromatic Colors of #68dfdf

#68dfdf

Complementary Color

#68dfdf #df6868

#68dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfdf Color CSS Codes

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

#68dfdf Text Font Color

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

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


#68dfdf Background Color

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

This div background color is #68dfdf


#68dfdf Border Color

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

This div border color is #68dfdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,223,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 #68dfdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfdf


Comments

No comments written yet.

Please login to write comment.