Color Hex Logo

#68bcfb Color Hex

#68BCFB
(104,188,251)
0 Favorites   0 Comments

Color spaces of #68bcfb

RGB 104188251
HSL0.570.950.70
HSV206°59°98°
CMYK 0.590.250.00   0.02
XYZ41.104745.874597.9550
Yxy45.87450.22230.2481
Hunter Lab67.7307-10.1999-38.3362
CIE-Lab73.4640-7.5083-38.8235

#68bcfb color RGB value is (104,188,251).

#68bcfb hex color red value is 104, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #68bcfb hue: 0.57 , saturation: 0.95 and the lightness value of 68bcfb is 0.70.

The process color (four color CMYK) of #68bcfb color hex is 0.59, 0.25, 0.00, 0.02. Web safe color of #68bcfb is #66ccff. Color #68bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111100 11111011
Octal 150 274 373
Decimal 104 188 251
Hex 68 BC FB

RGB Percentages of Color #68bcfb

%19.15
%34.62
%46.22

CMYK Percentages of Color #68bcfb

%59
%25
%0
%2

Triadic Colors of #68bcfb

#68bcfb #fb68bc #bcfb68

Analogous Colors of #68bcfb

#68bcfb #6873fb #68fbf1

Monochromatic Colors of #68bcfb

#68bcfb

Complementary Color

#68bcfb #fba768

#68bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bcfb Color CSS Codes

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

#68bcfb Text Font Color

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

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


#68bcfb Background Color

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

This div background color is #68bcfb


#68bcfb Border Color

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

This div border color is #68bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bcfb


Comments

No comments written yet.

Please login to write comment.