Color Hex Logo

#0fbcad Color Hex

#0FBCAD
(15,188,173)
0 Favorites   0 Comments

Color spaces of #0fbcad

RGB 15188173
HSL0.490.850.40
HSV175°92°74°
CMYK 0.920.000.08   0.26
XYZ25.723039.085145.7236
Yxy39.08510.23270.3536
Hunter Lab62.5181-35.96300.4000
CIE-Lab68.8129-42.1545-3.5404

#0fbcad color RGB value is (15,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111100 10101101
Octal 17 274 255
Decimal 15 188 173
Hex F BC AD

RGB Percentages of Color #0fbcad

%3.99
%50.00
%46.01

CMYK Percentages of Color #0fbcad

%92
%0
%8
%26

Triadic Colors of #0fbcad

#0fbcad #ad0fbc #bcad0f

Analogous Colors of #0fbcad

#0fbcad #0f75bc #0fbc57

Monochromatic Colors of #0fbcad

#0fbcad

Complementary Color

#0fbcad #bc0f1e

#0fbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbcad Color CSS Codes

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

#0fbcad Text Font Color

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

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


#0fbcad Background Color

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

This div background color is #0fbcad


#0fbcad Border Color

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

This div border color is #0fbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbcad


Comments

No comments written yet.

Please login to write comment.