Color Hex Logo

#68bdfa Color Hex

#68BDFA
(104,189,250)
0 Favorites   0 Comments

Color spaces of #68bdfa

RGB 104189250
HSL0.570.940.69
HSV205°58°98°
CMYK 0.580.240.00   0.02
XYZ41.161846.240497.1983
Yxy46.24040.22300.2505
Hunter Lab68.0003-10.9513-37.1478
CIE-Lab73.7013-8.3558-37.9160

#68bdfa color RGB value is (104,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111101 11111010
Octal 150 275 372
Decimal 104 189 250
Hex 68 BD FA

RGB Percentages of Color #68bdfa

%19.15
%34.81
%46.04

CMYK Percentages of Color #68bdfa

%58
%24
%0
%2

Triadic Colors of #68bdfa

#68bdfa #fa68bd #bdfa68

Analogous Colors of #68bdfa

#68bdfa #6874fa #68faee

Monochromatic Colors of #68bdfa

#68bdfa

Complementary Color

#68bdfa #faa568

#68bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bdfa Color CSS Codes

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

#68bdfa Text Font Color

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

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


#68bdfa Background Color

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

This div background color is #68bdfa


#68bdfa Border Color

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

This div border color is #68bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.