Color Hex Logo

#05fbe4 Color Hex

#05FBE4
(5,251,228)
0 Favorites   0 Comments

Color spaces of #05fbe4

RGB 5251228
HSL0.480.970.50
HSV174°98°98°
CMYK 0.980.000.09   0.02
XYZ48.563474.628185.2439
Yxy74.62810.23300.3580
Hunter Lab86.3876-50.83311.9662
CIE-Lab89.2185-53.8040-2.9195

#05fbe4 color RGB value is (5,251,228).

#05fbe4 hex color red value is 5, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #05fbe4 hue: 0.48 , saturation: 0.97 and the lightness value of 05fbe4 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11111011 11100100
Octal 5 373 344
Decimal 5 251 228
Hex 5 FB E4

RGB Percentages of Color #05fbe4

%1.03
%51.86
%47.11

CMYK Percentages of Color #05fbe4

%98
%0
%9
%2

Triadic Colors of #05fbe4

#05fbe4 #e405fb #fbe405

Analogous Colors of #05fbe4

#05fbe4 #0597fb #05fb69

Monochromatic Colors of #05fbe4

#05fbe4

Complementary Color

#05fbe4 #fb051c

#05fbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05fbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05fbe4 Color CSS Codes

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

#05fbe4 Text Font Color

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

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


#05fbe4 Background Color

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

This div background color is #05fbe4


#05fbe4 Border Color

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

This div border color is #05fbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05fbe4


Comments

No comments written yet.

Please login to write comment.