Color Hex Logo

#02bceb Color Hex

#02BCEB
(2,188,235)
0 Favorites   0 Comments

Color spaces of #02bceb

RGB 2188235
HSL0.530.980.46
HSV192°99°92°
CMYK 0.990.200.00   0.08
XYZ33.003741.977584.9603
Yxy41.97750.20630.2625
Hunter Lab64.7900-22.4556-32.3950
CIE-Lab70.8554-22.9420-34.3754

#02bceb color RGB value is (2,188,235).

#02bceb hex color red value is 2, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #02bceb hue: 0.53 , saturation: 0.98 and the lightness value of 02bceb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111100 11101011
Octal 2 274 353
Decimal 2 188 235
Hex 2 BC EB

RGB Percentages of Color #02bceb

%0.47
%44.24
%55.29

CMYK Percentages of Color #02bceb

%99
%20
%0
%8

Triadic Colors of #02bceb

#02bceb #eb02bc #bceb02

Analogous Colors of #02bceb

#02bceb #0248eb #02eba6

Monochromatic Colors of #02bceb

#02bceb

Complementary Color

#02bceb #eb3102

#02bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#02bceb Color CSS Codes

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

#02bceb Text Font Color

<p style="color:#02bceb">Text here</p>

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


#02bceb Background Color

<div style="background-color:#02bceb">
Div content here</div>

This div background color is #02bceb


#02bceb Border Color

<div style="border:3px solid #02bceb">
Div here</div>

This div border color is #02bceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,188,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02bceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02bceb;
  -webkit-box-shadow: 1px 1px 3px 2px #02bceb;
  box-shadow:         1px 1px 3px 2px #02bceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,188,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 #02bceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02bceb


Comments

No comments written yet.

Please login to write comment.