Color Hex Logo

#04abbd Color Hex

#04ABBD
(4,171,189)
0 Favorites   0 Comments

Color spaces of #04abbd

RGB 4171189
HSL0.520.960.38
HSV186°98°74°
CMYK 0.980.100.00   0.26
XYZ23.798332.825853.2258
Yxy32.82580.21660.2988
Hunter Lab57.2938-26.1201-14.9746
CIE-Lab64.0196-29.7704-19.5848

#04abbd color RGB value is (4,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101011 10111101
Octal 4 253 275
Decimal 4 171 189
Hex 4 AB BD

RGB Percentages of Color #04abbd

%1.10
%46.98
%51.92

CMYK Percentages of Color #04abbd

%98
%10
%0
%26

Triadic Colors of #04abbd

#04abbd #bd04ab #abbd04

Analogous Colors of #04abbd

#04abbd #044ebd #04bd73

Monochromatic Colors of #04abbd

#04abbd

Complementary Color

#04abbd #bd1604

#04abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04abbd Color CSS Codes

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

#04abbd Text Font Color

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

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


#04abbd Background Color

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

This div background color is #04abbd


#04abbd Border Color

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

This div border color is #04abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04abbd


Comments

No comments written yet.

Please login to write comment.