Color Hex Logo

#69daed Color Hex

#69DAED
(105,218,237)
0 Favorites   0 Comments

Color spaces of #69daed

RGB 105218237
HSL0.520.790.67
HSV189°56°93°
CMYK 0.560.080.00   0.07
XYZ46.183259.260589.1251
Yxy59.26050.23740.3046
Hunter Lab76.9808-27.6288-14.7568
CIE-Lab81.4346-26.8928-19.0962

#69daed color RGB value is (105,218,237).

#69daed hex color red value is 105, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #69daed hue: 0.52 , saturation: 0.79 and the lightness value of 69daed is 0.67.

The process color (four color CMYK) of #69daed color hex is 0.56, 0.08, 0.00, 0.07. Web safe color of #69daed is #66ccff. Color #69daed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 11101101
Octal 151 332 355
Decimal 105 218 237
Hex 69 DA ED

RGB Percentages of Color #69daed

%18.75
%38.93
%42.32

CMYK Percentages of Color #69daed

%56
%8
%0
%7

Triadic Colors of #69daed

#69daed #ed69da #daed69

Analogous Colors of #69daed

#69daed #6998ed #69edbe

Monochromatic Colors of #69daed

#69daed

Complementary Color

#69daed #ed7c69

#69daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#69daed Color CSS Codes

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

#69daed Text Font Color

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

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


#69daed Background Color

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

This div background color is #69daed


#69daed Border Color

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

This div border color is #69daed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,218,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #69daed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69daed


Comments

No comments written yet.

Please login to write comment.