Color Hex Logo

#69dbff Color Hex

#69DBFF
(105,219,255)
0 Favorites   0 Comments

Color spaces of #69dbff

RGB 105219255
HSL0.541.000.71
HSV194°59°100°
CMYK 0.590.140.00   0.00
XYZ49.207260.8863103.7665
Yxy60.88630.23010.2847
Hunter Lab78.0297-23.9860-24.2251
CIE-Lab82.3176-22.3001-27.3038

#69dbff color RGB value is (105,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 11111111
Octal 151 333 377
Decimal 105 219 255
Hex 69 DB FF

RGB Percentages of Color #69dbff

%18.13
%37.82
%44.04

CMYK Percentages of Color #69dbff

%59
%14
%0
%0

Triadic Colors of #69dbff

#69dbff #ff69db #dbff69

Analogous Colors of #69dbff

#69dbff #6990ff #69ffd8

Monochromatic Colors of #69dbff

#69dbff

Complementary Color

#69dbff #ff8d69

#69dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dbff Color CSS Codes

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

#69dbff Text Font Color

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

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


#69dbff Background Color

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

This div background color is #69dbff


#69dbff Border Color

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

This div border color is #69dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.