Color Hex Logo

#69e0ed Color Hex

#69E0ED
(105,224,237)
0 Favorites   0 Comments

Color spaces of #69e0ed

RGB 105224237
HSL0.520.790.67
HSV186°56°93°
CMYK 0.560.050.00   0.07
XYZ47.767462.429089.6532
Yxy62.42900.23900.3124
Hunter Lab79.0120-30.3573-11.9666
CIE-Lab83.1410-29.8040-16.5228

#69e0ed color RGB value is (105,224,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100000 11101101
Octal 151 340 355
Decimal 105 224 237
Hex 69 E0 ED

RGB Percentages of Color #69e0ed

%18.55
%39.58
%41.87

CMYK Percentages of Color #69e0ed

%56
%5
%0
%7

Triadic Colors of #69e0ed

#69e0ed #ed69e0 #e0ed69

Analogous Colors of #69e0ed

#69e0ed #699eed #69edb8

Monochromatic Colors of #69e0ed

#69e0ed

Complementary Color

#69e0ed #ed7669

#69e0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e0ed Color CSS Codes

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

#69e0ed Text Font Color

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

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


#69e0ed Background Color

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

This div background color is #69e0ed


#69e0ed Border Color

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

This div border color is #69e0ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,224,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 #69e0ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e0ed


Comments

No comments written yet.

Please login to write comment.