Color Hex Logo

#06fcce Color Hex

#06FCCE
(6,252,206)
0 Favorites   0 Comments

Color spaces of #06fcce

RGB 6252206
HSL0.470.980.51
HSV169°98°99°
CMYK 0.980.000.18   0.01
XYZ46.026174.115870.2725
Yxy74.11580.24170.3892
Hunter Lab86.0905-55.228011.8672
CIE-Lab88.9772-59.85028.1575

#06fcce color RGB value is (6,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111100 11001110
Octal 6 374 316
Decimal 6 252 206
Hex 6 FC CE

RGB Percentages of Color #06fcce

%1.29
%54.31
%44.40

CMYK Percentages of Color #06fcce

%98
%0
%18
%1

Triadic Colors of #06fcce

#06fcce #ce06fc #fcce06

Analogous Colors of #06fcce

#06fcce #06affc #06fc53

Monochromatic Colors of #06fcce

#06fcce

Complementary Color

#06fcce #fc0634

#06fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fcce Color CSS Codes

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

#06fcce Text Font Color

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

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


#06fcce Background Color

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

This div background color is #06fcce


#06fcce Border Color

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

This div border color is #06fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fcce


Comments

No comments written yet.

Please login to write comment.