Color Hex Logo

#00efeb Color Hex

#00EFEB
(0,239,235)
0 Favorites   0 Comments

Color spaces of #00efeb

RGB 0239235
HSL0.501.000.47
HSV179°100°94°
CMYK 1.000.000.02   0.06
XYZ45.861967.731289.2535
Yxy67.73120.22610.3339
Hunter Lab82.2990-44.5523-6.6909
CIE-Lab85.8719-46.9327-11.5355

#00efeb color RGB value is (0,239,235).

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

The process color (four color CMYK) of #00efeb color hex is 1.00, 0.00, 0.02, 0.06. Web safe color of #00efeb is #00ffff. Color #00efeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 11101011
Octal 0 357 353
Decimal 0 239 235
Hex 0 EF EB

RGB Percentages of Color #00efeb

%0.00
%50.42
%49.58

CMYK Percentages of Color #00efeb

%100
%0
%2
%6

Triadic Colors of #00efeb

#00efeb #eb00ef #efeb00

Analogous Colors of #00efeb

#00efeb #007cef #00ef74

Monochromatic Colors of #00efeb

#00efeb

Complementary Color

#00efeb #ef0004

#00efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efeb Color CSS Codes

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

#00efeb Text Font Color

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

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


#00efeb Background Color

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

This div background color is #00efeb


#00efeb Border Color

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

This div border color is #00efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efeb


Comments

No comments written yet.

Please login to write comment.