Color Hex Logo

#68dddc Color Hex

#68DDDC
(104,221,220)
0 Favorites   0 Comments

Color spaces of #68dddc

RGB 104221220
HSL0.500.630.64
HSV179°53°87°
CMYK 0.530.000.00   0.13
XYZ44.483659.823376.9127
Yxy59.82330.24550.3301
Hunter Lab77.3455-32.6943-4.8163
CIE-Lab81.7421-33.1005-9.5978

#68dddc color RGB value is (104,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11011100
Octal 150 335 334
Decimal 104 221 220
Hex 68 DD DC

RGB Percentages of Color #68dddc

%19.08
%40.55
%40.37

CMYK Percentages of Color #68dddc

%53
%0
%0
%13

Triadic Colors of #68dddc

#68dddc #dc68dd #dddc68

Analogous Colors of #68dddc

#68dddc #68a4dd #68dda2

Monochromatic Colors of #68dddc

#68dddc

Complementary Color

#68dddc #dd6869

#68dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dddc Color CSS Codes

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

#68dddc Text Font Color

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

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


#68dddc Background Color

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

This div background color is #68dddc


#68dddc Border Color

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

This div border color is #68dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dddc


Comments

No comments written yet.

Please login to write comment.