Color Hex Logo

#04efb5 Color Hex

#04EFB5
(4,239,181)
0 Favorites   0 Comments

Color spaces of #04efb5

RGB 4239181
HSL0.460.970.48
HSV165°98°94°
CMYK 0.980.000.24   0.06
XYZ39.257165.095054.2116
Yxy65.09500.24760.4105
Hunter Lab80.6815-54.340016.6388
CIE-Lab84.5327-60.970214.8158

#04efb5 color RGB value is (4,239,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101111 10110101
Octal 4 357 265
Decimal 4 239 181
Hex 4 EF B5

RGB Percentages of Color #04efb5

%0.94
%56.37
%42.69

CMYK Percentages of Color #04efb5

%98
%0
%24
%6

Triadic Colors of #04efb5

#04efb5 #b504ef #efb504

Analogous Colors of #04efb5

#04efb5 #04b4ef #04ef40

Monochromatic Colors of #04efb5

#04efb5

Complementary Color

#04efb5 #ef043e

#04efb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04efb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04efb5 Color CSS Codes

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

#04efb5 Text Font Color

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

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


#04efb5 Background Color

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

This div background color is #04efb5


#04efb5 Border Color

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

This div border color is #04efb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04efb5


Comments

No comments written yet.

Please login to write comment.