Color Hex Logo

#68ccba Color Hex

#68CCBA
(104,204,186)
0 Favorites   0 Comments

Color spaces of #68ccba

RGB 104204186
HSL0.470.500.60
HSV169°49°80°
CMYK 0.490.000.09   0.20
XYZ36.164749.674054.1363
Yxy49.67400.25840.3549
Hunter Lab70.4798-31.74743.7945
CIE-Lab75.8687-33.6716-0.0486

#68ccba color RGB value is (104,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10111010
Octal 150 314 272
Decimal 104 204 186
Hex 68 CC BA

RGB Percentages of Color #68ccba

%21.05
%41.30
%37.65

CMYK Percentages of Color #68ccba

%49
%0
%9
%20

Triadic Colors of #68ccba

#68ccba #ba68cc #ccba68

Analogous Colors of #68ccba

#68ccba #68accc #68cc88

Monochromatic Colors of #68ccba

#68ccba

Complementary Color

#68ccba #cc687a

#68ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccba Color CSS Codes

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

#68ccba Text Font Color

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

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


#68ccba Background Color

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

This div background color is #68ccba


#68ccba Border Color

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

This div border color is #68ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccba


Comments

No comments written yet.

Please login to write comment.