Color Hex Logo

#69daec Color Hex

#69DAEC
(105,218,236)
0 Favorites   0 Comments

Color spaces of #69daec

RGB 105218236
HSL0.520.780.67
HSV188°56°93°
CMYK 0.560.080.00   0.07
XYZ46.037459.202288.3576
Yxy59.20220.23780.3058
Hunter Lab76.9430-27.8480-14.2257
CIE-Lab81.4026-27.1691-18.6128

#69daec color RGB value is (105,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 11101100
Octal 151 332 354
Decimal 105 218 236
Hex 69 DA EC

RGB Percentages of Color #69daec

%18.78
%39.00
%42.22

CMYK Percentages of Color #69daec

%56
%8
%0
%7

Triadic Colors of #69daec

#69daec #ec69da #daec69

Analogous Colors of #69daec

#69daec #6999ec #69ecbd

Monochromatic Colors of #69daec

#69daec

Complementary Color

#69daec #ec7b69

#69daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69daec Color CSS Codes

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

#69daec Text Font Color

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

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


#69daec Background Color

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

This div background color is #69daec


#69daec Border Color

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

This div border color is #69daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69daec


Comments

No comments written yet.

Please login to write comment.