Color Hex Logo

#0faeda Color Hex

#0FAEDA
(15,174,218)
0 Favorites   0 Comments

Color spaces of #0faeda

RGB 15174218
HSL0.540.870.46
HSV193°93°85°
CMYK 0.930.200.00   0.15
XYZ27.987935.435671.6943
Yxy35.43560.20710.2623
Hunter Lab59.5278-20.2492-29.7384
CIE-Lab66.0864-21.1760-32.4673

#0faeda color RGB value is (15,174,218).

#0faeda hex color red value is 15, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0faeda hue: 0.54 , saturation: 0.87 and the lightness value of 0faeda is 0.46.

The process color (four color CMYK) of #0faeda color hex is 0.93, 0.20, 0.00, 0.15. Web safe color of #0faeda is #0099cc. Color #0faeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 11011010
Octal 17 256 332
Decimal 15 174 218
Hex F AE DA

RGB Percentages of Color #0faeda

%3.69
%42.75
%53.56

CMYK Percentages of Color #0faeda

%93
%20
%0
%15

Triadic Colors of #0faeda

#0faeda #da0fae #aeda0f

Analogous Colors of #0faeda

#0faeda #0f49da #0fdaa1

Monochromatic Colors of #0faeda

#0faeda

Complementary Color

#0faeda #da3b0f

#0faeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faeda Color CSS Codes

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

#0faeda Text Font Color

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

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


#0faeda Background Color

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

This div background color is #0faeda


#0faeda Border Color

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

This div border color is #0faeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faeda


Comments

No comments written yet.

Please login to write comment.