Color Hex Logo

#0bfefd Color Hex

#0BFEFD
(11,254,253)
0 Favorites   0 Comments

Color spaces of #0bfefd

RGB 11254253
HSL0.500.990.52
HSV180°96°100°
CMYK 0.960.000.00   0.00
XYZ53.309478.0466105.1833
Yxy78.04660.22540.3300
Hunter Lab88.3440-46.8897-8.7505
CIE-Lab90.8012-48.0070-13.5687

#0bfefd color RGB value is (11,254,253).

#0bfefd hex color red value is 11, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0bfefd hue: 0.50 , saturation: 0.99 and the lightness value of 0bfefd is 0.52.

The process color (four color CMYK) of #0bfefd color hex is 0.96, 0.00, 0.00, 0.00. Web safe color of #0bfefd is #00ffff. Color #0bfefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111110 11111101
Octal 13 376 375
Decimal 11 254 253
Hex B FE FD

RGB Percentages of Color #0bfefd

%2.12
%49.03
%48.84

CMYK Percentages of Color #0bfefd

%96
%0
%0
%0

Triadic Colors of #0bfefd

#0bfefd #fd0bfe #fefd0b

Analogous Colors of #0bfefd

#0bfefd #0b86fe #0bfe84

Monochromatic Colors of #0bfefd

#0bfefd

Complementary Color

#0bfefd #fe0b0c

#0bfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bfefd Color CSS Codes

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

#0bfefd Text Font Color

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

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


#0bfefd Background Color

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

This div background color is #0bfefd


#0bfefd Border Color

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

This div border color is #0bfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.