Color Hex Logo

#0fbcab Color Hex

#0FBCAB
(15,188,171)
0 Favorites   0 Comments

Color spaces of #0fbcab

RGB 15188171
HSL0.480.850.40
HSV174°92°74°
CMYK 0.920.000.09   0.26
XYZ25.530939.008344.7118
Yxy39.00830.23370.3571
Hunter Lab62.4566-36.33221.2748
CIE-Lab68.7573-42.7220-2.5233

#0fbcab color RGB value is (15,188,171).

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

The process color (four color CMYK) of #0fbcab color hex is 0.92, 0.00, 0.09, 0.26. Web safe color of #0fbcab is #00cc99. Color #0fbcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111100 10101011
Octal 17 274 253
Decimal 15 188 171
Hex F BC AB

RGB Percentages of Color #0fbcab

%4.01
%50.27
%45.72

CMYK Percentages of Color #0fbcab

%92
%0
%9
%26

Triadic Colors of #0fbcab

#0fbcab #ab0fbc #bcab0f

Analogous Colors of #0fbcab

#0fbcab #0f77bc #0fbc55

Monochromatic Colors of #0fbcab

#0fbcab

Complementary Color

#0fbcab #bc0f20

#0fbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbcab Color CSS Codes

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

#0fbcab Text Font Color

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

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


#0fbcab Background Color

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

This div background color is #0fbcab


#0fbcab Border Color

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

This div border color is #0fbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbcab


Comments

No comments written yet.

Please login to write comment.