Color Hex Logo

#0fbecc Color Hex

#0FBECC
(15,190,204)
0 Favorites   0 Comments

Color spaces of #0fbecc

RGB 15190204
HSL0.510.860.43
HSV184°93°80°
CMYK 0.930.070.00   0.20
XYZ29.509541.288163.5408
Yxy41.28810.21970.3073
Hunter Lab64.2558-30.4715-13.6512
CIE-Lab70.3773-33.7491-18.2061

#0fbecc color RGB value is (15,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 11001100
Octal 17 276 314
Decimal 15 190 204
Hex F BE CC

RGB Percentages of Color #0fbecc

%3.67
%46.45
%49.88

CMYK Percentages of Color #0fbecc

%93
%7
%0
%20

Triadic Colors of #0fbecc

#0fbecc #cc0fbe #becc0f

Analogous Colors of #0fbecc

#0fbecc #0f60cc #0fcc7c

Monochromatic Colors of #0fbecc

#0fbecc

Complementary Color

#0fbecc #cc1d0f

#0fbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbecc Color CSS Codes

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

#0fbecc Text Font Color

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

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


#0fbecc Background Color

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

This div background color is #0fbecc


#0fbecc Border Color

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

This div border color is #0fbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbecc


Comments

No comments written yet.

Please login to write comment.