Color Hex Logo

#69efbe Color Hex

#69EFBE
(105,239,190)
0 Favorites   0 Comments

Color spaces of #69efbe

RGB 105239190
HSL0.440.810.67
HSV158°56°94°
CMYK 0.560.000.21   0.06
XYZ45.986568.454059.5044
Yxy68.45400.26440.3935
Hunter Lab82.7369-45.576515.2745
CIE-Lab86.2330-48.134312.7479

#69efbe color RGB value is (105,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 10111110
Octal 151 357 276
Decimal 105 239 190
Hex 69 EF BE

RGB Percentages of Color #69efbe

%19.66
%44.76
%35.58

CMYK Percentages of Color #69efbe

%56
%0
%21
%6

Triadic Colors of #69efbe

#69efbe #be69ef #efbe69

Analogous Colors of #69efbe

#69efbe #69ddef #69ef7b

Monochromatic Colors of #69efbe

#69efbe

Complementary Color

#69efbe #ef699a

#69efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efbe Color CSS Codes

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

#69efbe Text Font Color

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

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


#69efbe Background Color

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

This div background color is #69efbe


#69efbe Border Color

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

This div border color is #69efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efbe


Comments

No comments written yet.

Please login to write comment.