Color Hex Logo

#68bfbc Color Hex

#68BFBC
(104,191,188)
0 Favorites   0 Comments

Color spaces of #68bfbc

RGB 104191188
HSL0.490.400.58
HSV178°46°75°
CMYK 0.460.000.02   0.25
XYZ33.416843.835554.2768
Yxy43.83550.25410.3333
Hunter Lab66.2084-25.7719-2.2593
CIE-Lab72.1184-26.9257-6.6516

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

#68bfbc hex color red value is 104, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #68bfbc hue: 0.49 , saturation: 0.40 and the lightness value of 68bfbc is 0.58.

The process color (four color CMYK) of #68bfbc color hex is 0.46, 0.00, 0.02, 0.25. Web safe color of #68bfbc is #66cccc. Color #68bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 10111100
Octal 150 277 274
Decimal 104 191 188
Hex 68 BF BC

RGB Percentages of Color #68bfbc

%21.53
%39.54
%38.92

CMYK Percentages of Color #68bfbc

%46
%0
%2
%25

Triadic Colors of #68bfbc

#68bfbc #bc68bf #bfbc68

Analogous Colors of #68bfbc

#68bfbc #6897bf #68bf91

Monochromatic Colors of #68bfbc

#68bfbc

Complementary Color

#68bfbc #bf686b

#68bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfbc Color CSS Codes

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

#68bfbc Text Font Color

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

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


#68bfbc Background Color

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

This div background color is #68bfbc


#68bfbc Border Color

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

This div border color is #68bfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,191,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 #68bfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfbc


Comments

No comments written yet.

Please login to write comment.