Color Hex Logo

#04ebea Color Hex

#04EBEA
(4,235,234)
0 Favorites   0 Comments

Color spaces of #04ebea

RGB 4235234
HSL0.500.970.47
HSV180°98°92°
CMYK 0.980.000.00   0.08
XYZ44.609765.383088.1109
Yxy65.38300.22520.3300
Hunter Lab80.8598-43.0275-8.0050
CIE-Lab84.6807-45.4006-12.7871

#04ebea color RGB value is (4,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101011 11101010
Octal 4 353 352
Decimal 4 235 234
Hex 4 EB EA

RGB Percentages of Color #04ebea

%0.85
%49.68
%49.47

CMYK Percentages of Color #04ebea

%98
%0
%0
%8

Triadic Colors of #04ebea

#04ebea #ea04eb #ebea04

Analogous Colors of #04ebea

#04ebea #0479eb #04eb77

Monochromatic Colors of #04ebea

#04ebea

Complementary Color

#04ebea #eb0405

#04ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ebea Color CSS Codes

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

#04ebea Text Font Color

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

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


#04ebea Background Color

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

This div background color is #04ebea


#04ebea Border Color

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

This div border color is #04ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ebea


Comments

No comments written yet.

Please login to write comment.