Color Hex Logo

#68b8bf Color Hex

#68B8BF
(104,184,191)
0 Favorites   0 Comments

Color spaces of #68b8bf

RGB 104184191
HSL0.510.400.58
HSV185°46°75°
CMYK 0.460.040.00   0.25
XYZ32.253440.985655.5013
Yxy40.98560.25050.3184
Hunter Lab64.0200-22.1063-6.5867
CIE-Lab70.1658-22.6533-11.2018

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111000 10111111
Octal 150 270 277
Decimal 104 184 191
Hex 68 B8 BF

RGB Percentages of Color #68b8bf

%21.71
%38.41
%39.87

CMYK Percentages of Color #68b8bf

%46
%4
%0
%25

Triadic Colors of #68b8bf

#68b8bf #bf68b8 #b8bf68

Analogous Colors of #68b8bf

#68b8bf #688dbf #68bf9b

Monochromatic Colors of #68b8bf

#68b8bf

Complementary Color

#68b8bf #bf6f68

#68b8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68b8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68b8bf Color CSS Codes

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

#68b8bf Text Font Color

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

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


#68b8bf Background Color

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

This div background color is #68b8bf


#68b8bf Border Color

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

This div border color is #68b8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68b8bf


Comments

No comments written yet.

Please login to write comment.