Color Hex Logo

#00beeb Color Hex

#00BEEB
(0,190,235)
0 Favorites   0 Comments

Color spaces of #00beeb

RGB 0190235
HSL0.531.000.46
HSV191°100°92°
CMYK 1.000.190.00   0.08
XYZ33.408942.825185.1025
Yxy42.82510.20710.2654
Hunter Lab65.4409-23.3937-31.2950
CIE-Lab71.4361-24.0126-33.4769

#00beeb color RGB value is (0,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 11101011
Octal 0 276 353
Decimal 0 190 235
Hex 0 BE EB

RGB Percentages of Color #00beeb

%0.00
%44.71
%55.29

CMYK Percentages of Color #00beeb

%100
%19
%0
%8

Triadic Colors of #00beeb

#00beeb #eb00be #beeb00

Analogous Colors of #00beeb

#00beeb #0049eb #00eba3

Monochromatic Colors of #00beeb

#00beeb

Complementary Color

#00beeb #eb2d00

#00beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00beeb Color CSS Codes

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

#00beeb Text Font Color

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

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


#00beeb Background Color

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

This div background color is #00beeb


#00beeb Border Color

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

This div border color is #00beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00beeb


Comments

No comments written yet.

Please login to write comment.