Color Hex Logo

#69ffbe Color Hex

#69FFBE
(105,255,190)
0 Favorites   0 Comments

Color spaces of #69ffbe

RGB 105255190
HSL0.431.000.71
HSV154°59°100°
CMYK 0.590.000.25   0.00
XYZ50.880078.241061.1356
Yxy78.24100.26740.4112
Hunter Lab88.4539-52.118620.9390
CIE-Lab90.8898-54.750319.2962

#69ffbe color RGB value is (105,255,190).

#69ffbe hex color red value is 105, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #69ffbe hue: 0.43 , saturation: 1.00 and the lightness value of 69ffbe is 0.71.

The process color (four color CMYK) of #69ffbe color hex is 0.59, 0.00, 0.25, 0.00. Web safe color of #69ffbe is #66ffcc. Color #69ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111111 10111110
Octal 151 377 276
Decimal 105 255 190
Hex 69 FF BE

RGB Percentages of Color #69ffbe

%19.09
%46.36
%34.55

CMYK Percentages of Color #69ffbe

%59
%0
%25
%0

Triadic Colors of #69ffbe

#69ffbe #be69ff #ffbe69

Analogous Colors of #69ffbe

#69ffbe #69f5ff #69ff73

Monochromatic Colors of #69ffbe

#69ffbe

Complementary Color

#69ffbe #ff69aa

#69ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ffbe Color CSS Codes

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

#69ffbe Text Font Color

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

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


#69ffbe Background Color

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

This div background color is #69ffbe


#69ffbe Border Color

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

This div border color is #69ffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,255,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 #69ffbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.