Color Hex Logo

#04aebf Color Hex

#04AEBF
(4,174,191)
0 Favorites   0 Comments

Color spaces of #04aebf

RGB 4174191
HSL0.520.960.38
HSV185°98°75°
CMYK 0.980.090.00   0.25
XYZ24.590134.059554.5683
Yxy34.05950.21720.3008
Hunter Lab58.3605-26.9202-14.5850
CIE-Lab65.0098-30.5814-19.1912

#04aebf color RGB value is (4,174,191).

#04aebf hex color red value is 4, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #04aebf hue: 0.52 , saturation: 0.96 and the lightness value of 04aebf is 0.38.

The process color (four color CMYK) of #04aebf color hex is 0.98, 0.09, 0.00, 0.25. Web safe color of #04aebf is #0099cc. Color #04aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 10111111
Octal 4 256 277
Decimal 4 174 191
Hex 4 AE BF

RGB Percentages of Color #04aebf

%1.08
%47.15
%51.76

CMYK Percentages of Color #04aebf

%98
%9
%0
%25

Triadic Colors of #04aebf

#04aebf #bf04ae #aebf04

Analogous Colors of #04aebf

#04aebf #0451bf #04bf73

Monochromatic Colors of #04aebf

#04aebf

Complementary Color

#04aebf #bf1504

#04aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aebf Color CSS Codes

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

#04aebf Text Font Color

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

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


#04aebf Background Color

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

This div background color is #04aebf


#04aebf Border Color

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

This div border color is #04aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aebf


Comments

No comments written yet.

Please login to write comment.