Color Hex Logo

#06ffba Color Hex

#06FFBA
(6,255,186)
0 Favorites   0 Comments

Color spaces of #06ffba

RGB 6255186
HSL0.451.000.51
HSV163°98°100°
CMYK 0.980.000.27   0.00
XYZ44.698075.103958.5950
Yxy75.10390.25060.4210
Hunter Lab86.6625-59.594320.5761
CIE-Lab89.4416-65.665719.1174

#06ffba color RGB value is (6,255,186).

#06ffba hex color red value is 6, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #06ffba hue: 0.45 , saturation: 1.00 and the lightness value of 06ffba is 0.51.

The process color (four color CMYK) of #06ffba color hex is 0.98, 0.00, 0.27, 0.00. Web safe color of #06ffba is #00ffcc. Color #06ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111111 10111010
Octal 6 377 272
Decimal 6 255 186
Hex 6 FF BA

RGB Percentages of Color #06ffba

%1.34
%57.05
%41.61

CMYK Percentages of Color #06ffba

%98
%0
%27
%0

Triadic Colors of #06ffba

#06ffba #ba06ff #ffba06

Analogous Colors of #06ffba

#06ffba #06c8ff #06ff3e

Monochromatic Colors of #06ffba

#06ffba

Complementary Color

#06ffba #ff064b

#06ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ffba Color CSS Codes

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

#06ffba Text Font Color

<p style="color:#06ffba">Text here</p>

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


#06ffba Background Color

<div style="background-color:#06ffba">
Div content here</div>

This div background color is #06ffba


#06ffba Border Color

<div style="border:3px solid #06ffba">
Div here</div>

This div border color is #06ffba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,255,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06ffba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06ffba;
  -webkit-box-shadow: 1px 1px 3px 2px #06ffba;
  box-shadow:         1px 1px 3px 2px #06ffba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,255,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ffba

Related Colors

#06ffba Color Palettes


Comments

No comments written yet.

Please login to write comment.