Color Hex Logo

#68dedc Color Hex

#68DEDC
(104,222,220)
0 Favorites   0 Comments

Color spaces of #68dedc

RGB 104222220
HSL0.500.640.64
HSV179°53°87°
CMYK 0.530.000.01   0.13
XYZ44.748560.352977.0009
Yxy60.35290.24570.3314
Hunter Lab77.6871-33.1348-4.3853
CIE-Lab82.0296-33.5710-9.1701

#68dedc color RGB value is (104,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 11011100
Octal 150 336 334
Decimal 104 222 220
Hex 68 DE DC

RGB Percentages of Color #68dedc

%19.05
%40.66
%40.29

CMYK Percentages of Color #68dedc

%53
%0
%1
%13

Triadic Colors of #68dedc

#68dedc #dc68de #dedc68

Analogous Colors of #68dedc

#68dedc #68a5de #68dea1

Monochromatic Colors of #68dedc

#68dedc

Complementary Color

#68dedc #de686a

#68dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dedc Color CSS Codes

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

#68dedc Text Font Color

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

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


#68dedc Background Color

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

This div background color is #68dedc


#68dedc Border Color

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

This div border color is #68dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dedc


Comments

No comments written yet.

Please login to write comment.