Color Hex Logo

#04bddb Color Hex

#04BDDB
(4,189,219)
0 Favorites   0 Comments

Color spaces of #04bddb

RGB 4189219
HSL0.520.960.44
HSV188°98°86°
CMYK 0.980.140.00   0.14
XYZ31.033841.535573.3993
Yxy41.53550.21260.2846
Hunter Lab64.4480-26.8306-22.4112
CIE-Lab70.5495-28.7593-26.1408

#04bddb color RGB value is (4,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111101 11011011
Octal 4 275 333
Decimal 4 189 219
Hex 4 BD DB

RGB Percentages of Color #04bddb

%0.97
%45.87
%53.16

CMYK Percentages of Color #04bddb

%98
%14
%0
%14

Triadic Colors of #04bddb

#04bddb #db04bd #bddb04

Analogous Colors of #04bddb

#04bddb #0452db #04db8e

Monochromatic Colors of #04bddb

#04bddb

Complementary Color

#04bddb #db2204

#04bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bddb Color CSS Codes

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

#04bddb Text Font Color

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

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


#04bddb Background Color

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

This div background color is #04bddb


#04bddb Border Color

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

This div border color is #04bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bddb


Comments

No comments written yet.

Please login to write comment.