Color Hex Logo

#0fcbfd Color Hex

#0FCBFD
(15,203,253)
0 Favorites   0 Comments

Color spaces of #0fcbfd

RGB 15203253
HSL0.540.980.53
HSV193°94°99°
CMYK 0.940.200.00   0.01
XYZ39.282649.9053100.4908
Yxy49.90530.20710.2631
Hunter Lab70.6437-24.3685-34.8896
CIE-Lab76.0111-24.1587-36.0838

#0fcbfd color RGB value is (15,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001011 11111101
Octal 17 313 375
Decimal 15 203 253
Hex F CB FD

RGB Percentages of Color #0fcbfd

%3.18
%43.10
%53.72

CMYK Percentages of Color #0fcbfd

%94
%20
%0
%1

Triadic Colors of #0fcbfd

#0fcbfd #fd0fcb #cbfd0f

Analogous Colors of #0fcbfd

#0fcbfd #0f54fd #0ffdb8

Monochromatic Colors of #0fcbfd

#0fcbfd

Complementary Color

#0fcbfd #fd410f

#0fcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcbfd Color CSS Codes

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

#0fcbfd Text Font Color

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

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


#0fcbfd Background Color

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

This div background color is #0fcbfd


#0fcbfd Border Color

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

This div border color is #0fcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcbfd

Related Colors

#0fcbfd Color Palettes


Comments

No comments written yet.

Please login to write comment.