Color Hex Logo

#04ebcb Color Hex

#04EBCB
(4,235,203)
0 Favorites   0 Comments

Color spaces of #04ebcb

RGB 4235203
HSL0.480.970.47
HSV172°98°92°
CMYK 0.980.000.14   0.08
XYZ40.537963.754366.6692
Yxy63.75430.23710.3729
Hunter Lab79.8463-49.10676.3871
CIE-Lab83.8377-53.96832.3024

#04ebcb color RGB value is (4,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101011 11001011
Octal 4 353 313
Decimal 4 235 203
Hex 4 EB CB

RGB Percentages of Color #04ebcb

%0.90
%53.17
%45.93

CMYK Percentages of Color #04ebcb

%98
%0
%14
%8

Triadic Colors of #04ebcb

#04ebcb #cb04eb #ebcb04

Analogous Colors of #04ebcb

#04ebcb #0498eb #04eb58

Monochromatic Colors of #04ebcb

#04ebcb

Complementary Color

#04ebcb #eb0424

#04ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ebcb Color CSS Codes

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

#04ebcb Text Font Color

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

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


#04ebcb Background Color

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

This div background color is #04ebcb


#04ebcb Border Color

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

This div border color is #04ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ebcb


Comments

No comments written yet.

Please login to write comment.