Color Hex Logo

#06fce1 Color Hex

#06FCE1
(6,252,225)
0 Favorites   0 Comments

Color spaces of #06fce1

RGB 6252225
HSL0.480.980.51
HSV173°98°99°
CMYK 0.980.000.11   0.01
XYZ48.476175.095883.1741
Yxy75.09580.23450.3632
Hunter Lab86.6578-51.79893.7540
CIE-Lab89.4378-54.9892-1.0372

#06fce1 color RGB value is (6,252,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111100 11100001
Octal 6 374 341
Decimal 6 252 225
Hex 6 FC E1

RGB Percentages of Color #06fce1

%1.24
%52.17
%46.58

CMYK Percentages of Color #06fce1

%98
%0
%11
%1

Triadic Colors of #06fce1

#06fce1 #e106fc #fce106

Analogous Colors of #06fce1

#06fce1 #069cfc #06fc66

Monochromatic Colors of #06fce1

#06fce1

Complementary Color

#06fce1 #fc0621

#06fce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fce1 Color CSS Codes

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

#06fce1 Text Font Color

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

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


#06fce1 Background Color

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

This div background color is #06fce1


#06fce1 Border Color

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

This div border color is #06fce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fce1


Comments

No comments written yet.

Please login to write comment.