Color Hex Logo

#0fcbef Color Hex

#0FCBEF
(15,203,239)
0 Favorites   0 Comments

Color spaces of #0fcbef

RGB 15203239
HSL0.530.880.50
HSV190°94°94°
CMYK 0.940.150.00   0.06
XYZ37.132949.045489.1710
Yxy49.04540.21180.2797
Hunter Lab70.0324-27.9117-26.4702
CIE-Lab75.4796-28.7893-29.3956

#0fcbef color RGB value is (15,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001011 11101111
Octal 17 313 357
Decimal 15 203 239
Hex F CB EF

RGB Percentages of Color #0fcbef

%3.28
%44.42
%52.30

CMYK Percentages of Color #0fcbef

%94
%15
%0
%6

Triadic Colors of #0fcbef

#0fcbef #ef0fcb #cbef0f

Analogous Colors of #0fcbef

#0fcbef #0f5bef #0fefa3

Monochromatic Colors of #0fcbef

#0fcbef

Complementary Color

#0fcbef #ef330f

#0fcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcbef Color CSS Codes

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

#0fcbef Text Font Color

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

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


#0fcbef Background Color

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

This div background color is #0fcbef


#0fcbef Border Color

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

This div border color is #0fcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcbef


Comments

No comments written yet.

Please login to write comment.