Color Hex Logo

#68ccbb Color Hex

#68CCBB
(104,204,187)
0 Favorites   0 Comments

Color spaces of #68ccbb

RGB 104204187
HSL0.470.500.60
HSV170°49°80°
CMYK 0.490.000.08   0.20
XYZ36.271449.716654.6983
Yxy49.71660.25780.3534
Hunter Lab70.5100-31.56943.3626
CIE-Lab75.8950-33.4288-0.5497

#68ccbb color RGB value is (104,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10111011
Octal 150 314 273
Decimal 104 204 187
Hex 68 CC BB

RGB Percentages of Color #68ccbb

%21.01
%41.21
%37.78

CMYK Percentages of Color #68ccbb

%49
%0
%8
%20

Triadic Colors of #68ccbb

#68ccbb #bb68cc #ccbb68

Analogous Colors of #68ccbb

#68ccbb #68abcc #68cc89

Monochromatic Colors of #68ccbb

#68ccbb

Complementary Color

#68ccbb #cc6879

#68ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccbb Color CSS Codes

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

#68ccbb Text Font Color

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

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


#68ccbb Background Color

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

This div background color is #68ccbb


#68ccbb Border Color

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

This div border color is #68ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccbb


Comments

No comments written yet.

Please login to write comment.