Color Hex Logo

#04adbf Color Hex

#04ADBF
(4,173,191)
0 Favorites   0 Comments

Color spaces of #04adbf

RGB 4173191
HSL0.520.960.38
HSV186°98°75°
CMYK 0.980.090.00   0.25
XYZ24.397633.674554.5042
Yxy33.67450.21670.2991
Hunter Lab58.0297-26.5048-15.0671
CIE-Lab64.7034-30.0943-19.6573

#04adbf color RGB value is (4,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101101 10111111
Octal 4 255 277
Decimal 4 173 191
Hex 4 AD BF

RGB Percentages of Color #04adbf

%1.09
%47.01
%51.90

CMYK Percentages of Color #04adbf

%98
%9
%0
%25

Triadic Colors of #04adbf

#04adbf #bf04ad #adbf04

Analogous Colors of #04adbf

#04adbf #0450bf #04bf74

Monochromatic Colors of #04adbf

#04adbf

Complementary Color

#04adbf #bf1604

#04adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04adbf Color CSS Codes

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

#04adbf Text Font Color

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

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


#04adbf Background Color

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

This div background color is #04adbf


#04adbf Border Color

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

This div border color is #04adbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,173,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 #04adbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04adbf


Comments

No comments written yet.

Please login to write comment.