Color Hex Logo

#04ffbc Color Hex

#04FFBC
(4,255,188)
0 Favorites   0 Comments

Color spaces of #04ffbc

RGB 4255188
HSL0.461.000.51
HSV164°98°100°
CMYK 0.980.000.26   0.00
XYZ44.887275.176759.7217
Yxy75.17670.24970.4181
Hunter Lab86.7045-59.322819.8544
CIE-Lab89.4757-65.264618.1401

#04ffbc color RGB value is (4,255,188).

#04ffbc hex color red value is 4, green value is 255 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #04ffbc hue: 0.46 , saturation: 1.00 and the lightness value of 04ffbc is 0.51.

The process color (four color CMYK) of #04ffbc color hex is 0.98, 0.00, 0.26, 0.00. Web safe color of #04ffbc is #00ffcc. Color #04ffbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111111 10111100
Octal 4 377 274
Decimal 4 255 188
Hex 4 FF BC

RGB Percentages of Color #04ffbc

%0.89
%57.05
%42.06

CMYK Percentages of Color #04ffbc

%98
%0
%26
%0

Triadic Colors of #04ffbc

#04ffbc #bc04ff #ffbc04

Analogous Colors of #04ffbc

#04ffbc #04c5ff #04ff3f

Monochromatic Colors of #04ffbc

#04ffbc

Complementary Color

#04ffbc #ff0447

#04ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ffbc Color CSS Codes

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

#04ffbc Text Font Color

<p style="color:#04ffbc">Text here</p>

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


#04ffbc Background Color

<div style="background-color:#04ffbc">
Div content here</div>

This div background color is #04ffbc


#04ffbc Border Color

<div style="border:3px solid #04ffbc">
Div here</div>

This div border color is #04ffbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,255,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04ffbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04ffbc;
  -webkit-box-shadow: 1px 1px 3px 2px #04ffbc;
  box-shadow:         1px 1px 3px 2px #04ffbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ffbc


Comments

No comments written yet.

Please login to write comment.