Color Hex Logo

#68bbff Color Hex

#68BBFF
(104,187,255)
0 Favorites   0 Comments

Color spaces of #68bbff

RGB 104187255
HSL0.581.000.70
HSV207°59°100°
CMYK 0.590.270.00   0.00
XYZ41.529245.7037101.2406
Yxy45.70370.22030.2425
Hunter Lab67.6045-8.6560-41.4661
CIE-Lab73.3529-5.7320-41.1501

#68bbff color RGB value is (104,187,255).

#68bbff hex color red value is 104, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #68bbff hue: 0.58 , saturation: 1.00 and the lightness value of 68bbff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111011 11111111
Octal 150 273 377
Decimal 104 187 255
Hex 68 BB FF

RGB Percentages of Color #68bbff

%19.05
%34.25
%46.70

CMYK Percentages of Color #68bbff

%59
%27
%0
%0

Triadic Colors of #68bbff

#68bbff #ff68bb #bbff68

Analogous Colors of #68bbff

#68bbff #6870ff #68fff8

Monochromatic Colors of #68bbff

#68bbff

Complementary Color

#68bbff #ffac68

#68bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bbff Color CSS Codes

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

#68bbff Text Font Color

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

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


#68bbff Background Color

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

This div background color is #68bbff


#68bbff Border Color

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

This div border color is #68bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.