Color Hex Logo

#0fcdbe Color Hex

#0FCDBE
(15,205,190)
0 Favorites   0 Comments

Color spaces of #0fcdbe

RGB 15205190
HSL0.490.860.43
HSV175°93°80°
CMYK 0.930.000.07   0.20
XYZ31.322647.481956.2293
Yxy47.48190.23200.3516
Hunter Lab68.9071-39.4480-0.1466
CIE-Lab74.4970-44.7096-4.4298

#0fcdbe color RGB value is (15,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001101 10111110
Octal 17 315 276
Decimal 15 205 190
Hex F CD BE

RGB Percentages of Color #0fcdbe

%3.66
%50.00
%46.34

CMYK Percentages of Color #0fcdbe

%93
%0
%7
%20

Triadic Colors of #0fcdbe

#0fcdbe #be0fcd #cdbe0f

Analogous Colors of #0fcdbe

#0fcdbe #0f7dcd #0fcd5f

Monochromatic Colors of #0fcdbe

#0fcdbe

Complementary Color

#0fcdbe #cd0f1e

#0fcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcdbe Color CSS Codes

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

#0fcdbe Text Font Color

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

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


#0fcdbe Background Color

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

This div background color is #0fcdbe


#0fcdbe Border Color

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

This div border color is #0fcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcdbe


Comments

No comments written yet.

Please login to write comment.