Color Hex Logo

#68bfbe Color Hex

#68BFBE
(104,191,190)
0 Favorites   0 Comments

Color spaces of #68bfbe

RGB 104191190
HSL0.500.400.58
HSV179°46°75°
CMYK 0.460.000.01   0.25
XYZ33.634043.922455.4204
Yxy43.92240.25290.3303
Hunter Lab66.2740-25.3908-3.1884
CIE-Lab72.1766-26.4136-7.6573

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 10111110
Octal 150 277 276
Decimal 104 191 190
Hex 68 BF BE

RGB Percentages of Color #68bfbe

%21.44
%39.38
%39.18

CMYK Percentages of Color #68bfbe

%46
%0
%1
%25

Triadic Colors of #68bfbe

#68bfbe #be68bf #bfbe68

Analogous Colors of #68bfbe

#68bfbe #6895bf #68bf93

Monochromatic Colors of #68bfbe

#68bfbe

Complementary Color

#68bfbe #bf6869

#68bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfbe Color CSS Codes

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

#68bfbe Text Font Color

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

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


#68bfbe Background Color

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

This div background color is #68bfbe


#68bfbe Border Color

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

This div border color is #68bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfbe


Comments

No comments written yet.

Please login to write comment.