Color Hex Logo

#68b9be Color Hex

#68B9BE
(104,185,190)
0 Favorites   0 Comments

Color spaces of #68b9be

RGB 104185190
HSL0.510.400.58
HSV183°45°75°
CMYK 0.450.030.00   0.25
XYZ32.352141.358754.9931
Yxy41.35870.25140.3213
Hunter Lab64.3107-22.7477-5.6823
CIE-Lab70.4265-23.4215-10.2632

#68b9be color RGB value is (104,185,190).

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

The process color (four color CMYK) of #68b9be color hex is 0.45, 0.03, 0.00, 0.25. Web safe color of #68b9be is #66cccc. Color #68b9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111001 10111110
Octal 150 271 276
Decimal 104 185 190
Hex 68 B9 BE

RGB Percentages of Color #68b9be

%21.71
%38.62
%39.67

CMYK Percentages of Color #68b9be

%45
%3
%0
%25

Triadic Colors of #68b9be

#68b9be #be68b9 #b9be68

Analogous Colors of #68b9be

#68b9be #688ebe #68be98

Monochromatic Colors of #68b9be

#68b9be

Complementary Color

#68b9be #be6d68

#68b9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68b9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#68b9be Color CSS Codes

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

#68b9be Text Font Color

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

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


#68b9be Background Color

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

This div background color is #68b9be


#68b9be Border Color

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

This div border color is #68b9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68b9be


Comments

No comments written yet.

Please login to write comment.