Color Hex Logo

#0faebe Color Hex

#0FAEBE
(15,174,190)
0 Favorites   0 Comments

Color spaces of #0faebe

RGB 15174190
HSL0.520.850.40
HSV185°92°75°
CMYK 0.920.080.00   0.25
XYZ24.627334.091453.9975
Yxy34.09140.21850.3025
Hunter Lab58.3878-26.8895-13.9603
CIE-Lab65.0351-30.5298-18.5918

#0faebe color RGB value is (15,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 10111110
Octal 17 256 276
Decimal 15 174 190
Hex F AE BE

RGB Percentages of Color #0faebe

%3.96
%45.91
%50.13

CMYK Percentages of Color #0faebe

%92
%8
%0
%25

Triadic Colors of #0faebe

#0faebe #be0fae #aebe0f

Analogous Colors of #0faebe

#0faebe #0f57be #0fbe77

Monochromatic Colors of #0faebe

#0faebe

Complementary Color

#0faebe #be1f0f

#0faebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faebe Color CSS Codes

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

#0faebe Text Font Color

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

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


#0faebe Background Color

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

This div background color is #0faebe


#0faebe Border Color

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

This div border color is #0faebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faebe


Comments

No comments written yet.

Please login to write comment.