Color Hex Logo

#04bddd Color Hex

#04BDDD
(4,189,221)
0 Favorites   0 Comments

Color spaces of #04bddd

RGB 4189221
HSL0.520.960.44
HSV189°98°87°
CMYK 0.980.140.00   0.13
XYZ31.298841.641574.7946
Yxy41.64150.21190.2819
Hunter Lab64.5302-26.3509-23.5497
CIE-Lab70.6230-28.0992-27.1182

#04bddd color RGB value is (4,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111101 11011101
Octal 4 275 335
Decimal 4 189 221
Hex 4 BD DD

RGB Percentages of Color #04bddd

%0.97
%45.65
%53.38

CMYK Percentages of Color #04bddd

%98
%14
%0
%13

Triadic Colors of #04bddd

#04bddd #dd04bd #bddd04

Analogous Colors of #04bddd

#04bddd #0451dd #04dd91

Monochromatic Colors of #04bddd

#04bddd

Complementary Color

#04bddd #dd2404

#04bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bddd Color CSS Codes

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

#04bddd Text Font Color

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

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


#04bddd Background Color

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

This div background color is #04bddd


#04bddd Border Color

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

This div border color is #04bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bddd


Comments

No comments written yet.

Please login to write comment.