Color Hex Logo

#05eccb Color Hex

#05ECCB
(5,236,203)
0 Favorites   0 Comments

Color spaces of #05eccb

RGB 5236203
HSL0.480.960.47
HSV171°98°93°
CMYK 0.980.000.14   0.07
XYZ40.837564.335066.7654
Yxy64.33500.23750.3742
Hunter Lab80.2091-49.48486.7939
CIE-Lab84.1399-54.34602.7418

#05eccb color RGB value is (5,236,203).

#05eccb hex color red value is 5, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #05eccb hue: 0.48 , saturation: 0.96 and the lightness value of 05eccb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101100 11001011
Octal 5 354 313
Decimal 5 236 203
Hex 5 EC CB

RGB Percentages of Color #05eccb

%1.13
%53.15
%45.72

CMYK Percentages of Color #05eccb

%98
%0
%14
%7

Triadic Colors of #05eccb

#05eccb #cb05ec #eccb05

Analogous Colors of #05eccb

#05eccb #059aec #05ec58

Monochromatic Colors of #05eccb

#05eccb

Complementary Color

#05eccb #ec0526

#05eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eccb Color CSS Codes

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

#05eccb Text Font Color

<p style="color:#05eccb">Text here</p>

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


#05eccb Background Color

<div style="background-color:#05eccb">
Div content here</div>

This div background color is #05eccb


#05eccb Border Color

<div style="border:3px solid #05eccb">
Div here</div>

This div border color is #05eccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,236,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05eccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05eccb;
  -webkit-box-shadow: 1px 1px 3px 2px #05eccb;
  box-shadow:         1px 1px 3px 2px #05eccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,236,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 #05eccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eccb


Comments

No comments written yet.

Please login to write comment.