Color Hex Logo

#68bfbf Color Hex

#68BFBF
(104,191,191)
0 Favorites   0 Comments

Color spaces of #68bfbf

RGB 104191191
HSL0.500.400.58
HSV180°46°75°
CMYK 0.460.000.00   0.25
XYZ33.743743.966255.9981
Yxy43.96620.25240.3288
Hunter Lab66.3070-25.1985-3.6571
CIE-Lab72.2059-26.1559-8.1597

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 10111111
Octal 150 277 277
Decimal 104 191 191
Hex 68 BF BF

RGB Percentages of Color #68bfbf

%21.40
%39.30
%39.30

CMYK Percentages of Color #68bfbf

%46
%0
%0
%25

Triadic Colors of #68bfbf

#68bfbf #bf68bf #bfbf68

Analogous Colors of #68bfbf

#68bfbf #6894bf #68bf94

Monochromatic Colors of #68bfbf

#68bfbf

Complementary Color

#68bfbf #bf6868

#68bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfbf Color CSS Codes

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

#68bfbf Text Font Color

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

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


#68bfbf Background Color

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

This div background color is #68bfbf


#68bfbf Border Color

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

This div border color is #68bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfbf


Comments

No comments written yet.

Please login to write comment.