Color Hex Logo

#06fcaf Color Hex

#06FCAF
(6,252,175)
0 Favorites   0 Comments

Color spaces of #06fcaf

RGB 6252175
HSL0.450.980.51
HSV161°98°99°
CMYK 0.980.000.31   0.01
XYZ42.623472.754752.3540
Yxy72.75470.25410.4338
Hunter Lab85.2964-60.070523.3159
CIE-Lab88.3306-66.987823.1956

#06fcaf color RGB value is (6,252,175).

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

The process color (four color CMYK) of #06fcaf color hex is 0.98, 0.00, 0.31, 0.01. Web safe color of #06fcaf is #00ff99. Color #06fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111100 10101111
Octal 6 374 257
Decimal 6 252 175
Hex 6 FC AF

RGB Percentages of Color #06fcaf

%1.39
%58.20
%40.42

CMYK Percentages of Color #06fcaf

%98
%0
%31
%1

Triadic Colors of #06fcaf

#06fcaf #af06fc #fcaf06

Analogous Colors of #06fcaf

#06fcaf #06cefc #06fc34

Monochromatic Colors of #06fcaf

#06fcaf

Complementary Color

#06fcaf #fc0653

#06fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fcaf Color CSS Codes

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

#06fcaf Text Font Color

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

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


#06fcaf Background Color

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

This div background color is #06fcaf


#06fcaf Border Color

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

This div border color is #06fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fcaf


Comments

No comments written yet.

Please login to write comment.