Color Hex Logo

#0fbdbf Color Hex

#0FBDBF
(15,189,191)
0 Favorites   0 Comments

Color spaces of #0fbdbf

RGB 15189191
HSL0.500.850.40
HSV181°92°75°
CMYK 0.920.010.00   0.25
XYZ27.798640.258355.5957
Yxy40.25830.22480.3256
Hunter Lab63.4494-32.8317-7.5365
CIE-Lab69.6531-37.3014-12.1763

#0fbdbf color RGB value is (15,189,191).

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

The process color (four color CMYK) of #0fbdbf color hex is 0.92, 0.01, 0.00, 0.25. Web safe color of #0fbdbf is #00cccc. Color #0fbdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111101 10111111
Octal 17 275 277
Decimal 15 189 191
Hex F BD BF

RGB Percentages of Color #0fbdbf

%3.80
%47.85
%48.35

CMYK Percentages of Color #0fbdbf

%92
%1
%0
%25

Triadic Colors of #0fbdbf

#0fbdbf #bf0fbd #bdbf0f

Analogous Colors of #0fbdbf

#0fbdbf #0f65bf #0fbf69

Monochromatic Colors of #0fbdbf

#0fbdbf

Complementary Color

#0fbdbf #bf110f

#0fbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbdbf Color CSS Codes

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

#0fbdbf Text Font Color

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

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


#0fbdbf Background Color

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

This div background color is #0fbdbf


#0fbdbf Border Color

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

This div border color is #0fbdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,189,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 #0fbdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbdbf


Comments

No comments written yet.

Please login to write comment.