Color Hex Logo

#0bcace Color Hex

#0BCACE
(11,202,206)
0 Favorites   0 Comments

Color spaces of #0bcace

RGB 11202206
HSL0.500.900.43
HSV181°95°81°
CMYK 0.950.020.00   0.19
XYZ32.399146.768465.7121
Yxy46.76840.22360.3228
Hunter Lab68.3874-35.1122-9.0994
CIE-Lab74.0414-38.8339-13.7712

#0bcace color RGB value is (11,202,206).

#0bcace hex color red value is 11, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0bcace hue: 0.50 , saturation: 0.90 and the lightness value of 0bcace is 0.43.

The process color (four color CMYK) of #0bcace color hex is 0.95, 0.02, 0.00, 0.19. Web safe color of #0bcace is #00cccc. Color #0bcace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001010 11001110
Octal 13 312 316
Decimal 11 202 206
Hex B CA CE

RGB Percentages of Color #0bcace

%2.63
%48.21
%49.16

CMYK Percentages of Color #0bcace

%95
%2
%0
%19

Triadic Colors of #0bcace

#0bcace #ce0bca #cace0b

Analogous Colors of #0bcace

#0bcace #0b69ce #0bce71

Monochromatic Colors of #0bcace

#0bcace

Complementary Color

#0bcace #ce0f0b

#0bcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcace Color CSS Codes

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

#0bcace Text Font Color

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

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


#0bcace Background Color

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

This div background color is #0bcace


#0bcace Border Color

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

This div border color is #0bcace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,202,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcace


Comments

No comments written yet.

Please login to write comment.