Color Hex Logo

#69eadb Color Hex

#69EADB
(105,234,219)
0 Favorites   0 Comments

Color spaces of #69eadb

RGB 105234219
HSL0.480.750.66
HSV173°55°92°
CMYK 0.550.000.06   0.08
XYZ48.034766.963477.4114
Yxy66.96340.24960.3480
Hunter Lab81.8312-38.42551.1941
CIE-Lab85.4855-39.1692-3.5278

#69eadb color RGB value is (105,234,219).

#69eadb hex color red value is 105, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #69eadb hue: 0.48 , saturation: 0.75 and the lightness value of 69eadb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101010 11011011
Octal 151 352 333
Decimal 105 234 219
Hex 69 EA DB

RGB Percentages of Color #69eadb

%18.82
%41.94
%39.25

CMYK Percentages of Color #69eadb

%55
%0
%6
%8

Triadic Colors of #69eadb

#69eadb #db69ea #eadb69

Analogous Colors of #69eadb

#69eadb #69b9ea #69ea9b

Monochromatic Colors of #69eadb

#69eadb

Complementary Color

#69eadb #ea6978

#69eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eadb Color CSS Codes

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

#69eadb Text Font Color

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

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


#69eadb Background Color

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

This div background color is #69eadb


#69eadb Border Color

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

This div border color is #69eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eadb


Comments

No comments written yet.

Please login to write comment.