Color Hex Logo

#68bdbe Color Hex

#68BDBE
(104,189,190)
0 Favorites   0 Comments

Color spaces of #68bdbe

RGB 104189190
HSL0.500.400.58
HSV181°45°75°
CMYK 0.450.010.00   0.25
XYZ33.200843.056055.2760
Yxy43.05600.25240.3273
Hunter Lab65.6171-24.5128-4.0141
CIE-Lab71.5930-25.4229-8.5247

#68bdbe color RGB value is (104,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111101 10111110
Octal 150 275 276
Decimal 104 189 190
Hex 68 BD BE

RGB Percentages of Color #68bdbe

%21.53
%39.13
%39.34

CMYK Percentages of Color #68bdbe

%45
%1
%0
%25

Triadic Colors of #68bdbe

#68bdbe #be68bd #bdbe68

Analogous Colors of #68bdbe

#68bdbe #6892be #68be94

Monochromatic Colors of #68bdbe

#68bdbe

Complementary Color

#68bdbe #be6968

#68bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bdbe Color CSS Codes

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

#68bdbe Text Font Color

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

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


#68bdbe Background Color

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

This div background color is #68bdbe


#68bdbe Border Color

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

This div border color is #68bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bdbe


Comments

No comments written yet.

Please login to write comment.