Color Hex Logo

#68dfcf Color Hex

#68DFCF
(104,223,207)
0 Favorites   0 Comments

Color spaces of #68dfcf

RGB 104223207
HSL0.480.650.64
HSV172°53°87°
CMYK 0.530.000.07   0.13
XYZ43.359160.223468.3705
Yxy60.22340.25220.3502
Hunter Lab77.6037-36.07422.0869
CIE-Lab81.9595-37.3367-2.3684

#68dfcf color RGB value is (104,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11001111
Octal 150 337 317
Decimal 104 223 207
Hex 68 DF CF

RGB Percentages of Color #68dfcf

%19.48
%41.76
%38.76

CMYK Percentages of Color #68dfcf

%53
%0
%7
%13

Triadic Colors of #68dfcf

#68dfcf #cf68df #dfcf68

Analogous Colors of #68dfcf

#68dfcf #68b4df #68df94

Monochromatic Colors of #68dfcf

#68dfcf

Complementary Color

#68dfcf #df6878

#68dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfcf Color CSS Codes

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

#68dfcf Text Font Color

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

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


#68dfcf Background Color

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

This div background color is #68dfcf


#68dfcf Border Color

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

This div border color is #68dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfcf


Comments

No comments written yet.

Please login to write comment.