Color Hex Logo

#69bcfa Color Hex

#69BCFA
(105,188,250)
0 Favorites   0 Comments

Color spaces of #69bcfa

RGB 105188250
HSL0.570.940.70
HSV206°58°98°
CMYK 0.580.250.00   0.02
XYZ41.064245.871897.1323
Yxy45.87180.22310.2492
Hunter Lab67.7287-10.3000-37.6199
CIE-Lab73.4623-7.6250-38.2845

#69bcfa color RGB value is (105,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111100 11111010
Octal 151 274 372
Decimal 105 188 250
Hex 69 BC FA

RGB Percentages of Color #69bcfa

%19.34
%34.62
%46.04

CMYK Percentages of Color #69bcfa

%58
%25
%0
%2

Triadic Colors of #69bcfa

#69bcfa #fa69bc #bcfa69

Analogous Colors of #69bcfa

#69bcfa #6974fa #69faf0

Monochromatic Colors of #69bcfa

#69bcfa

Complementary Color

#69bcfa #faa769

#69bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bcfa Color CSS Codes

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

#69bcfa Text Font Color

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

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


#69bcfa Background Color

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

This div background color is #69bcfa


#69bcfa Border Color

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

This div border color is #69bcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,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 #69bcfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bcfa


Comments

No comments written yet.

Please login to write comment.