Color Hex Logo

#69efad Color Hex

#69EFAD
(105,239,173)
0 Favorites   0 Comments

Color spaces of #69efad

RGB 105239173
HSL0.420.810.67
HSV150°56°94°
CMYK 0.560.000.28   0.06
XYZ44.235067.753450.2814
Yxy67.75340.27260.4175
Hunter Lab82.3125-48.120321.4008
CIE-Lab85.8830-51.673921.0712

#69efad color RGB value is (105,239,173).

#69efad hex color red value is 105, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #69efad hue: 0.42 , saturation: 0.81 and the lightness value of 69efad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 10101101
Octal 151 357 255
Decimal 105 239 173
Hex 69 EF AD

RGB Percentages of Color #69efad

%20.31
%46.23
%33.46

CMYK Percentages of Color #69efad

%56
%0
%28
%6

Triadic Colors of #69efad

#69efad #ad69ef #efad69

Analogous Colors of #69efad

#69efad #69eeef #69ef6a

Monochromatic Colors of #69efad

#69efad

Complementary Color

#69efad #ef69ab

#69efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efad Color CSS Codes

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

#69efad Text Font Color

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

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


#69efad Background Color

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

This div background color is #69efad


#69efad Border Color

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

This div border color is #69efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efad


Comments

No comments written yet.

Please login to write comment.