Color Hex Logo

#69bdff Color Hex

#69BDFF
(105,189,255)
0 Favorites   0 Comments

Color spaces of #69bdff

RGB 105189255
HSL0.571.000.71
HSV206°59°100°
CMYK 0.590.260.00   0.00
XYZ42.073346.6184101.3885
Yxy46.61840.22130.2453
Hunter Lab68.2777-9.4926-40.2479
CIE-Lab73.9450-6.6346-40.2242

#69bdff color RGB value is (105,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111101 11111111
Octal 151 275 377
Decimal 105 189 255
Hex 69 BD FF

RGB Percentages of Color #69bdff

%19.13
%34.43
%46.45

CMYK Percentages of Color #69bdff

%59
%26
%0
%0

Triadic Colors of #69bdff

#69bdff #ff69bd #bdff69

Analogous Colors of #69bdff

#69bdff #6972ff #69fff6

Monochromatic Colors of #69bdff

#69bdff

Complementary Color

#69bdff #ffab69

#69bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bdff Color CSS Codes

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

#69bdff Text Font Color

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

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


#69bdff Background Color

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

This div background color is #69bdff


#69bdff Border Color

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

This div border color is #69bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bdff

#69bdff Color Palettes


Comments

No comments written yet.

Please login to write comment.