Color Hex Logo

#68dcce Color Hex

#68DCCE
(104,220,206)
0 Favorites   0 Comments

Color spaces of #68dcce

RGB 104220206
HSL0.480.620.64
HSV173°53°86°
CMYK 0.530.000.06   0.14
XYZ42.442758.585767.4637
Yxy58.58570.25190.3477
Hunter Lab76.5413-34.96771.3205
CIE-Lab81.0633-36.2050-3.1529

#68dcce color RGB value is (104,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011100 11001110
Octal 150 334 316
Decimal 104 220 206
Hex 68 DC CE

RGB Percentages of Color #68dcce

%19.62
%41.51
%38.87

CMYK Percentages of Color #68dcce

%53
%0
%6
%14

Triadic Colors of #68dcce

#68dcce #ce68dc #dcce68

Analogous Colors of #68dcce

#68dcce #68b0dc #68dc94

Monochromatic Colors of #68dcce

#68dcce

Complementary Color

#68dcce #dc6876

#68dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dcce Color CSS Codes

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

#68dcce Text Font Color

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

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


#68dcce Background Color

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

This div background color is #68dcce


#68dcce Border Color

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

This div border color is #68dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dcce


Comments

No comments written yet.

Please login to write comment.