color codes Logo

#04ccdb color codes

#04CCDB
(4,204,219)
0 Favorites   0 Comments

Color spaces of #04ccdb

RGB 4204219
HSL0.510.960.44
HSV184°98°86°
CMYK 0.980.070.00   0.14
XYZ34.429148.326074.5311
Yxy48.32600.21890.3072
Hunter Lab69.5169-33.2503-14.9047
CIE-Lab75.0301-35.9480-19.3124

#04ccdb color RGB value is (4,204,219).

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

The process color (four color CMYK) of #04ccdb color code is 0.98, 0.07, 0.00, 0.14. Web safe color of #04ccdb is #00cccc. Color #04ccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001100 11011011
Octal 4 314 333
Decimal 4 204 219
Hex 4 CC DB

RGB Percentages of Color #04ccdb

%0.94
%47.78
%51.29

CMYK Percentages of Color #04ccdb

%98
%7
%0
%14

Triadic Colors of #04ccdb

#04ccdb #db04cc #ccdb04

Analogous Colors of #04ccdb

#04ccdb #0461db #04db7f

Monochromatic Colors of #04ccdb

#04ccdb

Complementary Color

#04ccdb #db1304

#04ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ccdb Color CSS Codes

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

#04ccdb Text Font Color

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

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


#04ccdb Background Color

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

This div background color is #04ccdb


#04ccdb Border Color

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

This div border color is #04ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ccdb


Comments

No comments written yet.

Please login to write comment.