Color Hex Logo

#0fdcbb Color Hex

#0FDCBB
(15,220,187)
0 Favorites   0 Comments

Color spaces of #0fdcbb

RGB 15220187
HSL0.470.870.46
HSV170°93°86°
CMYK 0.930.000.15   0.14
XYZ34.759854.875855.7738
Yxy54.87580.23900.3774
Hunter Lab74.0782-45.87917.2150
CIE-Lab78.9697-51.79153.7162

#0fdcbb color RGB value is (15,220,187).

#0fdcbb hex color red value is 15, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0fdcbb hue: 0.47 , saturation: 0.87 and the lightness value of 0fdcbb is 0.46.

The process color (four color CMYK) of #0fdcbb color hex is 0.93, 0.00, 0.15, 0.14. Web safe color of #0fdcbb is #00cccc. Color #0fdcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 10111011
Octal 17 334 273
Decimal 15 220 187
Hex F DC BB

RGB Percentages of Color #0fdcbb

%3.55
%52.13
%44.31

CMYK Percentages of Color #0fdcbb

%93
%0
%15
%14

Triadic Colors of #0fdcbb

#0fdcbb #bb0fdc #dcbb0f

Analogous Colors of #0fdcbb

#0fdcbb #0f97dc #0fdc55

Monochromatic Colors of #0fdcbb

#0fdcbb

Complementary Color

#0fdcbb #dc0f30

#0fdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcbb Color CSS Codes

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

#0fdcbb Text Font Color

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

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


#0fdcbb Background Color

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

This div background color is #0fdcbb


#0fdcbb Border Color

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

This div border color is #0fdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcbb


Comments

No comments written yet.

Please login to write comment.