Color Hex Logo

#04fbcb Color Hex

#04FBCB
(4,251,203)
0 Favorites   0 Comments

Color spaces of #04fbcb

RGB 4251203
HSL0.470.970.50
HSV168°98°98°
CMYK 0.980.000.19   0.02
XYZ45.326773.332068.2654
Yxy73.33200.24250.3923
Hunter Lab85.6341-55.378512.6793
CIE-Lab88.6058-60.24859.1786

#04fbcb color RGB value is (4,251,203).

#04fbcb hex color red value is 4, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #04fbcb hue: 0.47 , saturation: 0.97 and the lightness value of 04fbcb is 0.50.

The process color (four color CMYK) of #04fbcb color hex is 0.98, 0.00, 0.19, 0.02. Web safe color of #04fbcb is #00ffcc. Color #04fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111011 11001011
Octal 4 373 313
Decimal 4 251 203
Hex 4 FB CB

RGB Percentages of Color #04fbcb

%0.87
%54.80
%44.32

CMYK Percentages of Color #04fbcb

%98
%0
%19
%2

Triadic Colors of #04fbcb

#04fbcb #cb04fb #fbcb04

Analogous Colors of #04fbcb

#04fbcb #04b0fb #04fb50

Monochromatic Colors of #04fbcb

#04fbcb

Complementary Color

#04fbcb #fb0434

#04fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fbcb Color CSS Codes

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

#04fbcb Text Font Color

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

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


#04fbcb Background Color

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

This div background color is #04fbcb


#04fbcb Border Color

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

This div border color is #04fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fbcb


Comments

No comments written yet.

Please login to write comment.