Color Hex Logo

#00a57f Color Hex

#00A57F
(0,165,127)
0 Favorites   0 Comments

Color spaces of #00a57f

RGB 0165127
HSL0.461.000.32
HSV166°100°65°
CMYK 1.000.000.23   0.35
XYZ17.285928.442624.6576
Yxy28.44260.24560.4041
Hunter Lab53.3316-35.47479.9197
CIE-Lab60.2865-45.53779.6220

#00a57f color RGB value is (0,165,127).

#00a57f hex color red value is 0, green value is 165 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00a57f hue: 0.46 , saturation: 1.00 and the lightness value of 00a57f is 0.32.

The process color (four color CMYK) of #00a57f color hex is 1.00, 0.00, 0.23, 0.35. Web safe color of #00a57f is #009966. Color #00a57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10100101 01111111
Octal 0 245 177
Decimal 0 165 127
Hex 0 A5 7F

RGB Percentages of Color #00a57f

%0.00
%56.51
%43.49

CMYK Percentages of Color #00a57f

%100
%0
%23
%35

Triadic Colors of #00a57f

#00a57f #7f00a5 #a57f00

Analogous Colors of #00a57f

#00a57f #0079a5 #00a52d

Monochromatic Colors of #00a57f

#00a57f

Complementary Color

#00a57f #a50026

#00a57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00a57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00a57f Color CSS Codes

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

#00a57f Text Font Color

<p style="color:#00a57f">Text here</p>

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


#00a57f Background Color

<div style="background-color:#00a57f">
Div content here</div>

This div background color is #00a57f


#00a57f Border Color

<div style="border:3px solid #00a57f">
Div here</div>

This div border color is #00a57f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,165,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00a57f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00a57f;
  -webkit-box-shadow: 1px 1px 3px 2px #00a57f;
  box-shadow:         1px 1px 3px 2px #00a57f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,165,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00a57f


Comments

No comments written yet.

Please login to write comment.