Color Hex Logo

#04bdcf Color Hex

#04BDCF
(4,189,207)
0 Favorites   0 Comments

Color spaces of #04bdcf

RGB 4189207
HSL0.510.960.41
HSV185°98°81°
CMYK 0.980.090.00   0.19
XYZ29.510240.926065.3756
Yxy40.92600.21730.3013
Hunter Lab63.9734-29.6135-15.8081
CIE-Lab70.1240-32.6548-20.2362

#04bdcf color RGB value is (4,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111101 11001111
Octal 4 275 317
Decimal 4 189 207
Hex 4 BD CF

RGB Percentages of Color #04bdcf

%1.00
%47.25
%51.75

CMYK Percentages of Color #04bdcf

%98
%9
%0
%19

Triadic Colors of #04bdcf

#04bdcf #cf04bd #bdcf04

Analogous Colors of #04bdcf

#04bdcf #0457cf #04cf7c

Monochromatic Colors of #04bdcf

#04bdcf

Complementary Color

#04bdcf #cf1604

#04bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bdcf Color CSS Codes

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

#04bdcf Text Font Color

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

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


#04bdcf Background Color

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

This div background color is #04bdcf


#04bdcf Border Color

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

This div border color is #04bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bdcf


Comments

No comments written yet.

Please login to write comment.