Color Hex Logo

#05b894 Color Hex

#05B894
(5,184,148)
0 Favorites   0 Comments

Color spaces of #05b894

RGB 5184148
HSL0.470.950.37
HSV168°97°72°
CMYK 0.970.000.20   0.28
XYZ22.548436.451433.8644
Yxy36.45140.24280.3925
Hunter Lab60.3750-38.99149.0067
CIE-Lab66.8634-47.64487.3622

#05b894 color RGB value is (5,184,148).

#05b894 hex color red value is 5, green value is 184 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #05b894 hue: 0.47 , saturation: 0.95 and the lightness value of 05b894 is 0.37.

The process color (four color CMYK) of #05b894 color hex is 0.97, 0.00, 0.20, 0.28. Web safe color of #05b894 is #00cc99. Color #05b894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111000 10010100
Octal 5 270 224
Decimal 5 184 148
Hex 5 B8 94

RGB Percentages of Color #05b894

%1.48
%54.60
%43.92

CMYK Percentages of Color #05b894

%97
%0
%20
%28

Triadic Colors of #05b894

#05b894 #9405b8 #b89405

Analogous Colors of #05b894

#05b894 #0583b8 #05b83b

Monochromatic Colors of #05b894

#05b894

Complementary Color

#05b894 #b80529

#05b894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05b894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05b894 Color CSS Codes

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

#05b894 Text Font Color

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

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


#05b894 Background Color

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

This div background color is #05b894


#05b894 Border Color

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

This div border color is #05b894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05b894


Comments

No comments written yet.

Please login to write comment.