Color Hex Logo

#68ddcc Color Hex

#68DDCC
(104,221,204)
0 Favorites   0 Comments

Color spaces of #68ddcc

RGB 104221204
HSL0.480.630.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ42.464559.015666.2798
Yxy59.01560.25310.3518
Hunter Lab76.8216-35.76882.6212
CIE-Lab81.3002-37.1604-1.7413

#68ddcc color RGB value is (104,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11001100
Octal 150 335 314
Decimal 104 221 204
Hex 68 DD CC

RGB Percentages of Color #68ddcc

%19.66
%41.78
%38.56

CMYK Percentages of Color #68ddcc

%53
%0
%8
%13

Triadic Colors of #68ddcc

#68ddcc #cc68dd #ddcc68

Analogous Colors of #68ddcc

#68ddcc #68b4dd #68dd92

Monochromatic Colors of #68ddcc

#68ddcc

Complementary Color

#68ddcc #dd6879

#68ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddcc Color CSS Codes

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

#68ddcc Text Font Color

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

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


#68ddcc Background Color

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

This div background color is #68ddcc


#68ddcc Border Color

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

This div border color is #68ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddcc


Comments

No comments written yet.

Please login to write comment.