Color Hex Logo

#04e1ff Color Hex

#04E1FF
(4,225,255)
0 Favorites   0 Comments

Color spaces of #04e1ff

RGB 4225255
HSL0.521.000.51
HSV187°98°100°
CMYK 0.980.120.00   0.00
XYZ45.025361.0962104.0274
Yxy61.09620.21430.2907
Hunter Lab78.1641-33.9647-24.1934
CIE-Lab82.4304-34.4982-27.2741

#04e1ff color RGB value is (4,225,255).

#04e1ff hex color red value is 4, green value is 225 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #04e1ff hue: 0.52 , saturation: 1.00 and the lightness value of 04e1ff is 0.51.

The process color (four color CMYK) of #04e1ff color hex is 0.98, 0.12, 0.00, 0.00. Web safe color of #04e1ff is #00ccff. Color #04e1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11100001 11111111
Octal 4 341 377
Decimal 4 225 255
Hex 4 E1 FF

RGB Percentages of Color #04e1ff

%0.83
%46.49
%52.69

CMYK Percentages of Color #04e1ff

%98
%12
%0
%0

Triadic Colors of #04e1ff

#04e1ff #ff04e1 #e1ff04

Analogous Colors of #04e1ff

#04e1ff #0463ff #04ffa0

Monochromatic Colors of #04e1ff

#04e1ff

Complementary Color

#04e1ff #ff2204

#04e1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04e1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#04e1ff Color CSS Codes

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

#04e1ff Text Font Color

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

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


#04e1ff Background Color

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

This div background color is #04e1ff


#04e1ff Border Color

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

This div border color is #04e1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04e1ff


Comments

No comments written yet.

Please login to write comment.