Color Hex Logo

#00efef Color Hex

#00EFEF
(0,239,239)
0 Favorites   0 Comments

Color spaces of #00efef

RGB 0239239
HSL0.501.000.47
HSV180°100°94°
CMYK 1.000.000.00   0.06
XYZ46.446567.965092.3319
Yxy67.96500.22470.3287
Hunter Lab82.4409-43.7062-8.6948
CIE-Lab85.9889-45.7781-13.4613

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 11101111
Octal 0 357 357
Decimal 0 239 239
Hex 0 EF EF

RGB Percentages of Color #00efef

%0.00
%50.00
%50.00

CMYK Percentages of Color #00efef

%100
%0
%0
%6

Triadic Colors of #00efef

#00efef #ef00ef #efef00

Analogous Colors of #00efef

#00efef #0078ef #00ef78

Monochromatic Colors of #00efef

#00efef

Complementary Color

#00efef #ef0000

#00efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efef Color CSS Codes

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

#00efef Text Font Color

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

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


#00efef Background Color

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

This div background color is #00efef


#00efef Border Color

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

This div border color is #00efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efef


Comments

No comments written yet.

Please login to write comment.