Color Hex Logo

#04bcbd Color Hex

#04BCBD
(4,188,189)
0 Favorites   0 Comments

Color spaces of #04bcbd

RGB 4188189
HSL0.500.960.38
HSV180°98°74°
CMYK 0.980.010.00   0.26
XYZ27.218639.666454.3659
Yxy39.66640.22450.3271
Hunter Lab62.9813-33.0749-7.0927
CIE-Lab69.2313-37.8076-11.7161

#04bcbd color RGB value is (4,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111100 10111101
Octal 4 274 275
Decimal 4 188 189
Hex 4 BC BD

RGB Percentages of Color #04bcbd

%1.05
%49.34
%49.61

CMYK Percentages of Color #04bcbd

%98
%1
%0
%26

Triadic Colors of #04bcbd

#04bcbd #bd04bc #bcbd04

Analogous Colors of #04bcbd

#04bcbd #045fbd #04bd62

Monochromatic Colors of #04bcbd

#04bcbd

Complementary Color

#04bcbd #bd0504

#04bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bcbd Color CSS Codes

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

#04bcbd Text Font Color

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

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


#04bcbd Background Color

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

This div background color is #04bcbd


#04bcbd Border Color

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

This div border color is #04bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bcbd


Comments

No comments written yet.

Please login to write comment.