Color Hex Logo

#04baeb Color Hex

#04BAEB
(4,186,235)
0 Favorites   0 Comments

Color spaces of #04baeb

RGB 4186235
HSL0.540.970.47
HSV193°98°92°
CMYK 0.980.210.00   0.08
XYZ32.604441.141884.8200
Yxy41.14180.20560.2595
Hunter Lab64.1419-21.5137-33.5047
CIE-Lab70.2752-21.8639-35.2744

#04baeb color RGB value is (4,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111010 11101011
Octal 4 272 353
Decimal 4 186 235
Hex 4 BA EB

RGB Percentages of Color #04baeb

%0.94
%43.76
%55.29

CMYK Percentages of Color #04baeb

%98
%21
%0
%8

Triadic Colors of #04baeb

#04baeb #eb04ba #baeb04

Analogous Colors of #04baeb

#04baeb #0447eb #04eba9

Monochromatic Colors of #04baeb

#04baeb

Complementary Color

#04baeb #eb3504

#04baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04baeb Color CSS Codes

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

#04baeb Text Font Color

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

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


#04baeb Background Color

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

This div background color is #04baeb


#04baeb Border Color

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

This div border color is #04baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04baeb


Comments

No comments written yet.

Please login to write comment.