Color Hex Logo

#04eccb Color Hex

#04ECCB
(4,236,203)
0 Favorites   0 Comments

Color spaces of #04eccb

RGB 4236203
HSL0.480.970.47
HSV171°98°93°
CMYK 0.980.000.14   0.07
XYZ40.825064.328566.7649
Yxy64.32850.23750.3742
Hunter Lab80.2050-49.50096.7889
CIE-Lab84.1365-54.37002.7364

#04eccb color RGB value is (4,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101100 11001011
Octal 4 354 313
Decimal 4 236 203
Hex 4 EC CB

RGB Percentages of Color #04eccb

%0.90
%53.27
%45.82

CMYK Percentages of Color #04eccb

%98
%0
%14
%7

Triadic Colors of #04eccb

#04eccb #cb04ec #eccb04

Analogous Colors of #04eccb

#04eccb #0499ec #04ec57

Monochromatic Colors of #04eccb

#04eccb

Complementary Color

#04eccb #ec0425

#04eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04eccb Color CSS Codes

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

#04eccb Text Font Color

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

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


#04eccb Background Color

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

This div background color is #04eccb


#04eccb Border Color

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

This div border color is #04eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04eccb


Comments

No comments written yet.

Please login to write comment.