Color Hex Logo

#0fccbd Color Hex

#0FCCBD
(15,204,189)
0 Favorites   0 Comments

Color spaces of #0fccbd

RGB 15204189
HSL0.490.860.43
HSV175°93°80°
CMYK 0.930.000.07   0.20
XYZ30.975246.961455.5760
Yxy46.96140.23200.3517
Hunter Lab68.5284-39.2417-0.1139
CIE-Lab74.1651-44.5606-4.3782

#0fccbd color RGB value is (15,204,189).

#0fccbd hex color red value is 15, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0fccbd hue: 0.49 , saturation: 0.86 and the lightness value of 0fccbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 10111101
Octal 17 314 275
Decimal 15 204 189
Hex F CC BD

RGB Percentages of Color #0fccbd

%3.68
%50.00
%46.32

CMYK Percentages of Color #0fccbd

%93
%0
%7
%20

Triadic Colors of #0fccbd

#0fccbd #bd0fcc #ccbd0f

Analogous Colors of #0fccbd

#0fccbd #0f7dcc #0fcc5f

Monochromatic Colors of #0fccbd

#0fccbd

Complementary Color

#0fccbd #cc0f1e

#0fccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fccbd Color CSS Codes

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

#0fccbd Text Font Color

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

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


#0fccbd Background Color

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

This div background color is #0fccbd


#0fccbd Border Color

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

This div border color is #0fccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fccbd


Comments

No comments written yet.

Please login to write comment.