Color Hex Logo

#00bbeb Color Hex

#00BBEB
(0,187,235)
0 Favorites   0 Comments

Color spaces of #00bbeb

RGB 0187235
HSL0.531.000.46
HSV192°100°92°
CMYK 1.000.200.00   0.08
XYZ32.765741.538884.8881
Yxy41.53880.20580.2609
Hunter Lab64.4506-22.0419-32.9756
CIE-Lab70.5518-22.4800-34.8467

#00bbeb color RGB value is (0,187,235).

#00bbeb hex color red value is 0, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #00bbeb hue: 0.53 , saturation: 1.00 and the lightness value of 00bbeb is 0.46.

The process color (four color CMYK) of #00bbeb color hex is 1.00, 0.20, 0.00, 0.08. Web safe color of #00bbeb is #00ccff. Color #00bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 11101011
Octal 0 273 353
Decimal 0 187 235
Hex 0 BB EB

RGB Percentages of Color #00bbeb

%0.00
%44.31
%55.69

CMYK Percentages of Color #00bbeb

%100
%20
%0
%8

Triadic Colors of #00bbeb

#00bbeb #eb00bb #bbeb00

Analogous Colors of #00bbeb

#00bbeb #0046eb #00eba6

Monochromatic Colors of #00bbeb

#00bbeb

Complementary Color

#00bbeb #eb3000

#00bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bbeb Color CSS Codes

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

#00bbeb Text Font Color

<p style="color:#00bbeb">Text here</p>

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


#00bbeb Background Color

<div style="background-color:#00bbeb">
Div content here</div>

This div background color is #00bbeb


#00bbeb Border Color

<div style="border:3px solid #00bbeb">
Div here</div>

This div border color is #00bbeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,187,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00bbeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00bbeb;
  -webkit-box-shadow: 1px 1px 3px 2px #00bbeb;
  box-shadow:         1px 1px 3px 2px #00bbeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,187,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bbeb


Comments

No comments written yet.

Please login to write comment.