Color Hex Logo

#0bffcc Color Hex

#0BFFCC
(11,255,204)
0 Favorites   0 Comments

Color spaces of #0bffcc

RGB 11255204
HSL0.471.000.52
HSV167°96°100°
CMYK 0.960.000.20   0.00
XYZ46.797175.950869.3202
Yxy75.95080.24360.3954
Hunter Lab87.1498-56.662313.8447
CIE-Lab89.8365-61.373910.4233

#0bffcc color RGB value is (11,255,204).

#0bffcc hex color red value is 11, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0bffcc hue: 0.47 , saturation: 1.00 and the lightness value of 0bffcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111111 11001100
Octal 13 377 314
Decimal 11 255 204
Hex B FF CC

RGB Percentages of Color #0bffcc

%2.34
%54.26
%43.40

CMYK Percentages of Color #0bffcc

%96
%0
%20
%0

Triadic Colors of #0bffcc

#0bffcc #cc0bff #ffcc0b

Analogous Colors of #0bffcc

#0bffcc #0bb8ff #0bff52

Monochromatic Colors of #0bffcc

#0bffcc

Complementary Color

#0bffcc #ff0b3e

#0bffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bffcc Color CSS Codes

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

#0bffcc Text Font Color

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

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


#0bffcc Background Color

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

This div background color is #0bffcc


#0bffcc Border Color

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

This div border color is #0bffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bffcc


Comments

No comments written yet.

Please login to write comment.