Color Hex Logo

#0fae7a Color Hex

#0FAE7A
(15,174,122)
0 Favorites   0 Comments

Color spaces of #0fae7a

RGB 15174122
HSL0.450.840.37
HSV160°91°68°
CMYK 0.910.000.30   0.32
XYZ18.845931.778823.5530
Yxy31.77880.25410.4284
Hunter Lab56.3727-38.978014.6890
CIE-Lab63.1596-49.644316.4239

#0fae7a color RGB value is (15,174,122).

#0fae7a hex color red value is 15, green value is 174 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #0fae7a hue: 0.45 , saturation: 0.84 and the lightness value of 0fae7a is 0.37.

The process color (four color CMYK) of #0fae7a color hex is 0.91, 0.00, 0.30, 0.32. Web safe color of #0fae7a is #009966. Color #0fae7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 01111010
Octal 17 256 172
Decimal 15 174 122
Hex F AE 7A

RGB Percentages of Color #0fae7a

%4.82
%55.95
%39.23

CMYK Percentages of Color #0fae7a

%91
%0
%30
%32

Triadic Colors of #0fae7a

#0fae7a #7a0fae #ae7a0f

Analogous Colors of #0fae7a

#0fae7a #0f93ae #0fae2b

Monochromatic Colors of #0fae7a

#0fae7a

Complementary Color

#0fae7a #ae0f43

#0fae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fae7a Color CSS Codes

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

#0fae7a Text Font Color

<p style="color:#0fae7a">Text here</p>

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


#0fae7a Background Color

<div style="background-color:#0fae7a">
Div content here</div>

This div background color is #0fae7a


#0fae7a Border Color

<div style="border:3px solid #0fae7a">
Div here</div>

This div border color is #0fae7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,174,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fae7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fae7a;
  -webkit-box-shadow: 1px 1px 3px 2px #0fae7a;
  box-shadow:         1px 1px 3px 2px #0fae7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,174,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fae7a

#0fae7a Color Palettes


Comments

No comments written yet.

Please login to write comment.