Color Hex Logo

#69bbff Color Hex

#69BBFF
(105,187,255)
0 Favorites   0 Comments

Color spaces of #69bbff

RGB 105187255
HSL0.581.000.71
HSV207°59°100°
CMYK 0.590.270.00   0.00
XYZ41.646045.7639101.2461
Yxy45.76390.22080.2426
Hunter Lab67.6490-8.4979-41.3814
CIE-Lab73.3921-5.5456-41.0860

#69bbff color RGB value is (105,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 11111111
Octal 151 273 377
Decimal 105 187 255
Hex 69 BB FF

RGB Percentages of Color #69bbff

%19.20
%34.19
%46.62

CMYK Percentages of Color #69bbff

%59
%27
%0
%0

Triadic Colors of #69bbff

#69bbff #ff69bb #bbff69

Analogous Colors of #69bbff

#69bbff #6970ff #69fff8

Monochromatic Colors of #69bbff

#69bbff

Complementary Color

#69bbff #ffad69

#69bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbff Color CSS Codes

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

#69bbff Text Font Color

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

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


#69bbff Background Color

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

This div background color is #69bbff


#69bbff Border Color

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

This div border color is #69bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbff


Comments

No comments written yet.

Please login to write comment.