Color Hex Logo

#04dcbb Color Hex

#04DCBB
(4,220,187)
0 Favorites   0 Comments

Color spaces of #04dcbb

RGB 4220187
HSL0.470.960.44
HSV171°98°86°
CMYK 0.980.000.15   0.14
XYZ34.612954.800155.7669
Yxy54.80010.23840.3775
Hunter Lab74.0271-46.08607.1540
CIE-Lab78.9260-52.10763.6475

#04dcbb color RGB value is (4,220,187).

#04dcbb hex color red value is 4, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #04dcbb hue: 0.47 , saturation: 0.96 and the lightness value of 04dcbb is 0.44.

The process color (four color CMYK) of #04dcbb color hex is 0.98, 0.00, 0.15, 0.14. Web safe color of #04dcbb is #00cccc. Color #04dcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011100 10111011
Octal 4 334 273
Decimal 4 220 187
Hex 4 DC BB

RGB Percentages of Color #04dcbb

%0.97
%53.53
%45.50

CMYK Percentages of Color #04dcbb

%98
%0
%15
%14

Triadic Colors of #04dcbb

#04dcbb #bb04dc #dcbb04

Analogous Colors of #04dcbb

#04dcbb #0491dc #04dc4f

Monochromatic Colors of #04dcbb

#04dcbb

Complementary Color

#04dcbb #dc0425

#04dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dcbb Color CSS Codes

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

#04dcbb Text Font Color

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

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


#04dcbb Background Color

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

This div background color is #04dcbb


#04dcbb Border Color

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

This div border color is #04dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dcbb


Comments

No comments written yet.

Please login to write comment.