Color Hex Logo

#69eadf Color Hex

#69EADF
(105,234,223)
0 Favorites   0 Comments

Color spaces of #69eadf

RGB 105234223
HSL0.490.750.66
HSV175°55°92°
CMYK 0.550.000.05   0.08
XYZ48.567867.176680.2186
Yxy67.17660.24780.3428
Hunter Lab81.9613-37.6586-0.6564
CIE-Lab85.5930-38.1650-5.4745

#69eadf color RGB value is (105,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101010 11011111
Octal 151 352 337
Decimal 105 234 223
Hex 69 EA DF

RGB Percentages of Color #69eadf

%18.68
%41.64
%39.68

CMYK Percentages of Color #69eadf

%55
%0
%5
%8

Triadic Colors of #69eadf

#69eadf #df69ea #eadf69

Analogous Colors of #69eadf

#69eadf #69b5ea #69ea9f

Monochromatic Colors of #69eadf

#69eadf

Complementary Color

#69eadf #ea6974

#69eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eadf Color CSS Codes

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

#69eadf Text Font Color

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

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


#69eadf Background Color

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

This div background color is #69eadf


#69eadf Border Color

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

This div border color is #69eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eadf


Comments

No comments written yet.

Please login to write comment.