Color Hex Logo

#68decc Color Hex

#68DECC
(104,222,204)
0 Favorites   0 Comments

Color spaces of #68decc

RGB 104222204
HSL0.470.640.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ42.729359.545266.3681
Yxy59.54520.25340.3531
Hunter Lab77.1655-36.19793.0221
CIE-Lab81.5904-37.6184-1.3163

#68decc color RGB value is (104,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 11001100
Octal 150 336 314
Decimal 104 222 204
Hex 68 DE CC

RGB Percentages of Color #68decc

%19.62
%41.89
%38.49

CMYK Percentages of Color #68decc

%53
%0
%8
%13

Triadic Colors of #68decc

#68decc #cc68de #decc68

Analogous Colors of #68decc

#68decc #68b5de #68de91

Monochromatic Colors of #68decc

#68decc

Complementary Color

#68decc #de687a

#68decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68decc Color CSS Codes

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

#68decc Text Font Color

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

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


#68decc Background Color

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

This div background color is #68decc


#68decc Border Color

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

This div border color is #68decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68decc


Comments

No comments written yet.

Please login to write comment.