Color Hex Logo

#69daff Color Hex

#69DAFF
(105,218,255)
0 Favorites   0 Comments

Color spaces of #69daff

RGB 105218255
HSL0.541.000.71
HSV195°59°100°
CMYK 0.590.150.00   0.00
XYZ48.947160.3661103.6798
Yxy60.36610.22980.2834
Hunter Lab77.6956-23.5150-24.7317
CIE-Lab82.0368-21.7983-27.7331

#69daff color RGB value is (105,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 11111111
Octal 151 332 377
Decimal 105 218 255
Hex 69 DA FF

RGB Percentages of Color #69daff

%18.17
%37.72
%44.12

CMYK Percentages of Color #69daff

%59
%15
%0
%0

Triadic Colors of #69daff

#69daff #ff69da #daff69

Analogous Colors of #69daff

#69daff #698fff #69ffd9

Monochromatic Colors of #69daff

#69daff

Complementary Color

#69daff #ff8e69

#69daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69daff Color CSS Codes

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

#69daff Text Font Color

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

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


#69daff Background Color

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

This div background color is #69daff


#69daff Border Color

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

This div border color is #69daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69daff

Related Colors


Comments

No comments written yet.

Please login to write comment.