Color Hex Logo

#06fce3 Color Hex

#06FCE3
(6,252,227)
0 Favorites   0 Comments

Color spaces of #06fce3

RGB 6252227
HSL0.480.980.51
HSV174°98°99°
CMYK 0.980.000.10   0.01
XYZ48.750675.205684.6197
Yxy75.20560.23370.3606
Hunter Lab86.7212-51.41762.8516
CIE-Lab89.4892-54.4579-2.0018

#06fce3 color RGB value is (6,252,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111100 11100011
Octal 6 374 343
Decimal 6 252 227
Hex 6 FC E3

RGB Percentages of Color #06fce3

%1.24
%51.96
%46.80

CMYK Percentages of Color #06fce3

%98
%0
%10
%1

Triadic Colors of #06fce3

#06fce3 #e306fc #fce306

Analogous Colors of #06fce3

#06fce3 #069afc #06fc68

Monochromatic Colors of #06fce3

#06fce3

Complementary Color

#06fce3 #fc061f

#06fce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fce3 Color CSS Codes

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

#06fce3 Text Font Color

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

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


#06fce3 Background Color

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

This div background color is #06fce3


#06fce3 Border Color

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

This div border color is #06fce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fce3


Comments

No comments written yet.

Please login to write comment.