Color Hex Logo

#0faebf Color Hex

#0FAEBF
(15,174,191)
0 Favorites   0 Comments

Color spaces of #0faebf

RGB 15174191
HSL0.520.850.40
HSV186°92°75°
CMYK 0.920.090.00   0.25
XYZ24.737034.135254.5752
Yxy34.13520.21800.3009
Hunter Lab58.4253-26.6683-14.4851
CIE-Lab65.0697-30.2067-19.0945

#0faebf color RGB value is (15,174,191).

#0faebf hex color red value is 15, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0faebf hue: 0.52 , saturation: 0.85 and the lightness value of 0faebf is 0.40.

The process color (four color CMYK) of #0faebf color hex is 0.92, 0.09, 0.00, 0.25. Web safe color of #0faebf is #0099cc. Color #0faebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 10111111
Octal 17 256 277
Decimal 15 174 191
Hex F AE BF

RGB Percentages of Color #0faebf

%3.95
%45.79
%50.26

CMYK Percentages of Color #0faebf

%92
%9
%0
%25

Triadic Colors of #0faebf

#0faebf #bf0fae #aebf0f

Analogous Colors of #0faebf

#0faebf #0f56bf #0fbf78

Monochromatic Colors of #0faebf

#0faebf

Complementary Color

#0faebf #bf200f

#0faebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faebf Color CSS Codes

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

#0faebf Text Font Color

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

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


#0faebf Background Color

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

This div background color is #0faebf


#0faebf Border Color

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

This div border color is #0faebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faebf


Comments

No comments written yet.

Please login to write comment.