Color Hex Logo

#69efab Color Hex

#69EFAB
(105,239,171)
0 Favorites   0 Comments

Color spaces of #69efab

RGB 105239171
HSL0.420.810.67
HSV150°56°94°
CMYK 0.560.000.28   0.06
XYZ44.042967.676549.2697
Yxy67.67650.27360.4204
Hunter Lab82.2657-48.400822.0767
CIE-Lab85.8444-52.069422.0485

#69efab color RGB value is (105,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 10101011
Octal 151 357 253
Decimal 105 239 171
Hex 69 EF AB

RGB Percentages of Color #69efab

%20.39
%46.41
%33.20

CMYK Percentages of Color #69efab

%56
%0
%28
%6

Triadic Colors of #69efab

#69efab #ab69ef #efab69

Analogous Colors of #69efab

#69efab #69efee #6aef69

Monochromatic Colors of #69efab

#69efab

Complementary Color

#69efab #ef69ad

#69efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efab Color CSS Codes

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

#69efab Text Font Color

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

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


#69efab Background Color

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

This div background color is #69efab


#69efab Border Color

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

This div border color is #69efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efab


Comments

No comments written yet.

Please login to write comment.