Color Hex Logo

#04f7be Color Hex

#04F7BE
(4,247,190)
0 Favorites   0 Comments

Color spaces of #04f7be

RGB 4247190
HSL0.460.970.49
HSV166°98°97°
CMYK 0.980.000.23   0.03
XYZ42.605170.265060.0322
Yxy70.26500.24640.4064
Hunter Lab83.8242-55.966716.2154
CIE-Lab87.1267-61.853313.8068

#04f7be color RGB value is (4,247,190).

#04f7be hex color red value is 4, green value is 247 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #04f7be hue: 0.46 , saturation: 0.97 and the lightness value of 04f7be is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11110111 10111110
Octal 4 367 276
Decimal 4 247 190
Hex 4 F7 BE

RGB Percentages of Color #04f7be

%0.91
%56.01
%43.08

CMYK Percentages of Color #04f7be

%98
%0
%23
%3

Triadic Colors of #04f7be

#04f7be #be04f7 #f7be04

Analogous Colors of #04f7be

#04f7be #04b7f7 #04f745

Monochromatic Colors of #04f7be

#04f7be

Complementary Color

#04f7be #f7043d

#04f7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04f7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#04f7be Color CSS Codes

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

#04f7be Text Font Color

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

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


#04f7be Background Color

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

This div background color is #04f7be


#04f7be Border Color

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

This div border color is #04f7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04f7be


Comments

No comments written yet.

Please login to write comment.