Color Hex Logo

#68ccbf Color Hex

#68CCBF
(104,204,191)
0 Favorites   0 Comments

Color spaces of #68ccbf

RGB 104204191
HSL0.480.500.60
HSV172°49°80°
CMYK 0.490.000.06   0.20
XYZ36.705849.890456.9854
Yxy49.89040.25560.3475
Hunter Lab70.6331-30.84721.6092
CIE-Lab76.0019-32.4477-2.5510

#68ccbf color RGB value is (104,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10111111
Octal 150 314 277
Decimal 104 204 191
Hex 68 CC BF

RGB Percentages of Color #68ccbf

%20.84
%40.88
%38.28

CMYK Percentages of Color #68ccbf

%49
%0
%6
%20

Triadic Colors of #68ccbf

#68ccbf #bf68cc #ccbf68

Analogous Colors of #68ccbf

#68ccbf #68a7cc #68cc8d

Monochromatic Colors of #68ccbf

#68ccbf

Complementary Color

#68ccbf #cc6875

#68ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccbf Color CSS Codes

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

#68ccbf Text Font Color

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

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


#68ccbf Background Color

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

This div background color is #68ccbf


#68ccbf Border Color

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

This div border color is #68ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccbf

#68ccbf Color Palettes


Comments

No comments written yet.

Please login to write comment.