Color Hex Logo

#0fcbec Color Hex

#0FCBEC
(15,203,236)
0 Favorites   0 Comments

Color spaces of #0fcbec

RGB 15203236
HSL0.520.880.49
HSV189°94°93°
CMYK 0.940.140.00   0.07
XYZ36.693348.869686.8557
Yxy48.86960.21280.2834
Hunter Lab69.9068-28.6442-24.7301
CIE-Lab75.3701-29.7657-27.9506

#0fcbec color RGB value is (15,203,236).

#0fcbec hex color red value is 15, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0fcbec hue: 0.52 , saturation: 0.88 and the lightness value of 0fcbec is 0.49.

The process color (four color CMYK) of #0fcbec color hex is 0.94, 0.14, 0.00, 0.07. Web safe color of #0fcbec is #00ccff. Color #0fcbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001011 11101100
Octal 17 313 354
Decimal 15 203 236
Hex F CB EC

RGB Percentages of Color #0fcbec

%3.30
%44.71
%51.98

CMYK Percentages of Color #0fcbec

%94
%14
%0
%7

Triadic Colors of #0fcbec

#0fcbec #ec0fcb #cbec0f

Analogous Colors of #0fcbec

#0fcbec #0f5dec #0fec9f

Monochromatic Colors of #0fcbec

#0fcbec

Complementary Color

#0fcbec #ec300f

#0fcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcbec Color CSS Codes

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

#0fcbec Text Font Color

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

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


#0fcbec Background Color

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

This div background color is #0fcbec


#0fcbec Border Color

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

This div border color is #0fcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcbec


Comments

No comments written yet.

Please login to write comment.