Color Hex Logo

#69daee Color Hex

#69DAEE
(105,218,238)
0 Favorites   0 Comments

Color spaces of #69daee

RGB 105218238
HSL0.530.800.67
HSV189°56°93°
CMYK 0.560.080.00   0.07
XYZ46.329759.319189.8968
Yxy59.31910.23690.3034
Hunter Lab77.0189-27.4087-15.2903
CIE-Lab81.4667-26.6159-19.5793

#69daee color RGB value is (105,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 11101110
Octal 151 332 356
Decimal 105 218 238
Hex 69 DA EE

RGB Percentages of Color #69daee

%18.72
%38.86
%42.42

CMYK Percentages of Color #69daee

%56
%8
%0
%7

Triadic Colors of #69daee

#69daee #ee69da #daee69

Analogous Colors of #69daee

#69daee #6998ee #69eec0

Monochromatic Colors of #69daee

#69daee

Complementary Color

#69daee #ee7d69

#69daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#69daee Color CSS Codes

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

#69daee Text Font Color

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

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


#69daee Background Color

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

This div background color is #69daee


#69daee Border Color

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

This div border color is #69daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69daee


Comments

No comments written yet.

Please login to write comment.