Color Hex Logo

#68dfce Color Hex

#68DFCE
(104,223,206)
0 Favorites   0 Comments

Color spaces of #68dfce

RGB 104223206
HSL0.480.650.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ43.237260.174667.7285
Yxy60.17460.25260.3516
Hunter Lab77.5723-36.25932.5344
CIE-Lab81.9330-37.5836-1.8763

#68dfce color RGB value is (104,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11001110
Octal 150 337 316
Decimal 104 223 206
Hex 68 DF CE

RGB Percentages of Color #68dfce

%19.51
%41.84
%38.65

CMYK Percentages of Color #68dfce

%53
%0
%8
%13

Triadic Colors of #68dfce

#68dfce #ce68df #dfce68

Analogous Colors of #68dfce

#68dfce #68b5df #68df93

Monochromatic Colors of #68dfce

#68dfce

Complementary Color

#68dfce #df6879

#68dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfce Color CSS Codes

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

#68dfce Text Font Color

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

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


#68dfce Background Color

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

This div background color is #68dfce


#68dfce Border Color

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

This div border color is #68dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfce


Comments

No comments written yet.

Please login to write comment.