Color Hex Logo

#00eefb Color Hex

#00EEFB
(0,238,251)
0 Favorites   0 Comments

Color spaces of #00eefb

RGB 0238251
HSL0.511.000.49
HSV183°100°98°
CMYK 1.000.050.00   0.02
XYZ47.987168.1141101.8849
Yxy68.11410.22010.3125
Hunter Lab82.5313-40.6424-15.4217
CIE-Lab86.0635-41.7922-19.6485

#00eefb color RGB value is (0,238,251).

#00eefb hex color red value is 0, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #00eefb hue: 0.51 , saturation: 1.00 and the lightness value of 00eefb is 0.49.

The process color (four color CMYK) of #00eefb color hex is 1.00, 0.05, 0.00, 0.02. Web safe color of #00eefb is #00ffff. Color #00eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 11111011
Octal 0 356 373
Decimal 0 238 251
Hex 0 EE FB

RGB Percentages of Color #00eefb

%0.00
%48.67
%51.33

CMYK Percentages of Color #00eefb

%100
%5
%0
%2

Triadic Colors of #00eefb

#00eefb #fb00ee #eefb00

Analogous Colors of #00eefb

#00eefb #0071fb #00fb8b

Monochromatic Colors of #00eefb

#00eefb

Complementary Color

#00eefb #fb0d00

#00eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eefb Color CSS Codes

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

#00eefb Text Font Color

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

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


#00eefb Background Color

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

This div background color is #00eefb


#00eefb Border Color

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

This div border color is #00eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eefb


Comments

No comments written yet.

Please login to write comment.