Color Hex Logo

#04ebce Color Hex

#04EBCE
(4,235,206)
0 Favorites   0 Comments

Color spaces of #04ebce

RGB 4235206
HSL0.480.970.47
HSV172°98°92°
CMYK 0.980.000.12   0.08
XYZ40.899063.898768.5706
Yxy63.89870.23590.3686
Hunter Lab79.9367-48.56105.0960
CIE-Lab83.9130-53.17880.8328

#04ebce color RGB value is (4,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101011 11001110
Octal 4 353 316
Decimal 4 235 206
Hex 4 EB CE

RGB Percentages of Color #04ebce

%0.90
%52.81
%46.29

CMYK Percentages of Color #04ebce

%98
%0
%12
%8

Triadic Colors of #04ebce

#04ebce #ce04eb #ebce04

Analogous Colors of #04ebce

#04ebce #0495eb #04eb5b

Monochromatic Colors of #04ebce

#04ebce

Complementary Color

#04ebce #eb0421

#04ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ebce Color CSS Codes

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

#04ebce Text Font Color

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

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


#04ebce Background Color

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

This div background color is #04ebce


#04ebce Border Color

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

This div border color is #04ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ebce


Comments

No comments written yet.

Please login to write comment.