Color Hex Logo

#05faec Color Hex

#05FAEC
(5,250,236)
0 Favorites   0 Comments

Color spaces of #05faec

RGB 5250236
HSL0.490.960.50
HSV177°98°98°
CMYK 0.980.000.06   0.02
XYZ49.388574.459691.1260
Yxy74.45960.22970.3464
Hunter Lab86.2900-48.8421-2.2099
CIE-Lab89.1393-51.2113-7.2020

#05faec color RGB value is (5,250,236).

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

The process color (four color CMYK) of #05faec color hex is 0.98, 0.00, 0.06, 0.02. Web safe color of #05faec is #00ffff. Color #05faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11111010 11101100
Octal 5 372 354
Decimal 5 250 236
Hex 5 FA EC

RGB Percentages of Color #05faec

%1.02
%50.92
%48.07

CMYK Percentages of Color #05faec

%98
%0
%6
%2

Triadic Colors of #05faec

#05faec #ec05fa #faec05

Analogous Colors of #05faec

#05faec #058efa #05fa72

Monochromatic Colors of #05faec

#05faec

Complementary Color

#05faec #fa0513

#05faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#05faec Color CSS Codes

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

#05faec Text Font Color

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

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


#05faec Background Color

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

This div background color is #05faec


#05faec Border Color

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

This div border color is #05faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05faec


Comments

No comments written yet.

Please login to write comment.