Color Hex Logo

#69edde Color Hex

#69EDDE
(105,237,222)
1 Favorites   0 Comments

Color spaces of #69edde

RGB 105237222
HSL0.480.790.67
HSV173°56°93°
CMYK 0.560.000.06   0.07
XYZ49.294768.845679.7977
Yxy68.84560.24900.3478
Hunter Lab82.9732-39.15571.0604
CIE-Lab86.4275-39.7775-3.7192

#69edde color RGB value is (105,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 11011110
Octal 151 355 336
Decimal 105 237 222
Hex 69 ED DE

RGB Percentages of Color #69edde

%18.62
%42.02
%39.36

CMYK Percentages of Color #69edde

%56
%0
%6
%7

Triadic Colors of #69edde

#69edde #de69ed #edde69

Analogous Colors of #69edde

#69edde #69baed #69ed9c

Monochromatic Colors of #69edde

#69edde

Complementary Color

#69edde #ed6978

#69edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#69edde Color CSS Codes

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

#69edde Text Font Color

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

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


#69edde Background Color

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

This div background color is #69edde


#69edde Border Color

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

This div border color is #69edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69edde

#69edde Color Palettes


Comments

No comments written yet.

Please login to write comment.