Color Hex Logo

#68bcfa Color Hex

#68BCFA
(104,188,250)
0 Favorites   0 Comments

Color spaces of #68bcfa

RGB 104188250
HSL0.570.940.69
HSV205°58°98°
CMYK 0.580.250.00   0.02
XYZ40.947545.811697.1268
Yxy45.81160.22270.2491
Hunter Lab67.6843-10.4589-37.7021
CIE-Lab73.4231-7.8146-38.3483

#68bcfa color RGB value is (104,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111100 11111010
Octal 150 274 372
Decimal 104 188 250
Hex 68 BC FA

RGB Percentages of Color #68bcfa

%19.19
%34.69
%46.13

CMYK Percentages of Color #68bcfa

%58
%25
%0
%2

Triadic Colors of #68bcfa

#68bcfa #fa68bc #bcfa68

Analogous Colors of #68bcfa

#68bcfa #6873fa #68faef

Monochromatic Colors of #68bcfa

#68bcfa

Complementary Color

#68bcfa #faa668

#68bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bcfa Color CSS Codes

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

#68bcfa Text Font Color

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

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


#68bcfa Background Color

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

This div background color is #68bcfa


#68bcfa Border Color

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

This div border color is #68bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bcfa


Comments

No comments written yet.

Please login to write comment.