Color Hex Logo

#69eeda Color Hex

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

Color spaces of #69eeda

RGB 105238218
HSL0.470.800.67
HSV171°56°93°
CMYK 0.560.000.08   0.07
XYZ49.055169.214377.1039
Yxy69.21430.25110.3543
Hunter Lab83.1951-40.34093.2876
CIE-Lab86.6101-41.2162-1.3522

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

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

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

Base Numbers

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

RGB Percentages of Color #69eeda

%18.72
%42.42
%38.86

CMYK Percentages of Color #69eeda

%56
%0
%8
%7

Triadic Colors of #69eeda

#69eeda #da69ee #eeda69

Analogous Colors of #69eeda

#69eeda #69c0ee #69ee98

Monochromatic Colors of #69eeda

#69eeda

Complementary Color

#69eeda #ee697d

#69eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eeda Color CSS Codes

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

#69eeda Text Font Color

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

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


#69eeda Background Color

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

This div background color is #69eeda


#69eeda Border Color

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

This div border color is #69eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eeda


Comments

No comments written yet.

Please login to write comment.