Color Hex Logo

#0fbdcc Color Hex

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

Color spaces of #0fbdcc

RGB 15189204
HSL0.510.860.43
HSV185°93°80°
CMYK 0.930.070.00   0.20
XYZ29.293740.856463.4689
Yxy40.85640.21920.3058
Hunter Lab63.9190-30.0528-14.1292
CIE-Lab70.0752-33.2742-18.6639

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

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

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

Base Numbers

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

RGB Percentages of Color #0fbdcc

%3.68
%46.32
%50.00

CMYK Percentages of Color #0fbdcc

%93
%7
%0
%20

Triadic Colors of #0fbdcc

#0fbdcc #cc0fbd #bdcc0f

Analogous Colors of #0fbdcc

#0fbdcc #0f5ecc #0fcc7d

Monochromatic Colors of #0fbdcc

#0fbdcc

Complementary Color

#0fbdcc #cc1e0f

#0fbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbdcc Color CSS Codes

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

#0fbdcc Text Font Color

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

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


#0fbdcc Background Color

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

This div background color is #0fbdcc


#0fbdcc Border Color

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

This div border color is #0fbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbdcc

#0fbdcc Color Palettes


Comments

No comments written yet.

Please login to write comment.