Color Hex Logo

#0fae8d Color Hex

#0FAE8D
(15,174,141)
0 Favorites   0 Comments

Color spaces of #0fae8d

RGB 15174141
HSL0.470.840.37
HSV168°91°68°
CMYK 0.910.000.19   0.32
XYZ20.140832.296730.3717
Yxy32.29670.24320.3900
Hunter Lab56.8302-36.19198.0948
CIE-Lab63.5873-44.95756.5424

#0fae8d color RGB value is (15,174,141).

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

The process color (four color CMYK) of #0fae8d color hex is 0.91, 0.00, 0.19, 0.32. Web safe color of #0fae8d is #009999. Color #0fae8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 10001101
Octal 17 256 215
Decimal 15 174 141
Hex F AE 8D

RGB Percentages of Color #0fae8d

%4.55
%52.73
%42.73

CMYK Percentages of Color #0fae8d

%91
%0
%19
%32

Triadic Colors of #0fae8d

#0fae8d #8d0fae #ae8d0f

Analogous Colors of #0fae8d

#0fae8d #0f80ae #0fae3e

Monochromatic Colors of #0fae8d

#0fae8d

Complementary Color

#0fae8d #ae0f30

#0fae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fae8d Color CSS Codes

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

#0fae8d Text Font Color

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

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


#0fae8d Background Color

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

This div background color is #0fae8d


#0fae8d Border Color

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

This div border color is #0fae8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fae8d


Comments

No comments written yet.

Please login to write comment.