Color Hex Logo

#68bcbc Color Hex

#68BCBC
(104,188,188)
0 Favorites   0 Comments

Color spaces of #68bcbc

RGB 104188188
HSL0.500.390.57
HSV180°45°74°
CMYK 0.450.000.00   0.26
XYZ32.769242.540354.0609
Yxy42.54030.25330.3288
Hunter Lab65.2229-24.4584-3.4873
CIE-Lab71.2418-25.4420-7.9523

#68bcbc color RGB value is (104,188,188).

#68bcbc hex color red value is 104, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #68bcbc hue: 0.50 , saturation: 0.39 and the lightness value of 68bcbc is 0.57.

The process color (four color CMYK) of #68bcbc color hex is 0.45, 0.00, 0.00, 0.26. Web safe color of #68bcbc is #66cccc. Color #68bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111100 10111100
Octal 150 274 274
Decimal 104 188 188
Hex 68 BC BC

RGB Percentages of Color #68bcbc

%21.67
%39.17
%39.17

CMYK Percentages of Color #68bcbc

%45
%0
%0
%26

Triadic Colors of #68bcbc

#68bcbc #bc68bc #bcbc68

Analogous Colors of #68bcbc

#68bcbc #6892bc #68bc92

Monochromatic Colors of #68bcbc

#68bcbc

Complementary Color

#68bcbc #bc6868

#68bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bcbc Color CSS Codes

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

#68bcbc Text Font Color

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

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


#68bcbc Background Color

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

This div background color is #68bcbc


#68bcbc Border Color

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

This div border color is #68bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bcbc


Comments

No comments written yet.

Please login to write comment.