Color Hex Logo

#04bee4 Color Hex

#04BEE4
(4,190,228)
0 Favorites   0 Comments

Color spaces of #04bee4

RGB 4190228
HSL0.530.970.45
HSV190°98°89°
CMYK 0.980.170.00   0.11
XYZ32.467142.454279.8821
Yxy42.45420.20970.2742
Hunter Lab65.1569-25.0796-27.0795
CIE-Lab71.1829-26.2688-30.0665

#04bee4 color RGB value is (4,190,228).

#04bee4 hex color red value is 4, green value is 190 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #04bee4 hue: 0.53 , saturation: 0.97 and the lightness value of 04bee4 is 0.45.

The process color (four color CMYK) of #04bee4 color hex is 0.98, 0.17, 0.00, 0.11. Web safe color of #04bee4 is #00cccc. Color #04bee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111110 11100100
Octal 4 276 344
Decimal 4 190 228
Hex 4 BE E4

RGB Percentages of Color #04bee4

%0.95
%45.02
%54.03

CMYK Percentages of Color #04bee4

%98
%17
%0
%11

Triadic Colors of #04bee4

#04bee4 #e404be #bee404

Analogous Colors of #04bee4

#04bee4 #044ee4 #04e49a

Monochromatic Colors of #04bee4

#04bee4

Complementary Color

#04bee4 #e42a04

#04bee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bee4 Color CSS Codes

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

#04bee4 Text Font Color

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

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


#04bee4 Background Color

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

This div background color is #04bee4


#04bee4 Border Color

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

This div border color is #04bee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bee4


Comments

No comments written yet.

Please login to write comment.