Color Hex Logo

#00efed Color Hex

#00EFED
(0,239,237)
0 Favorites   0 Comments

Color spaces of #00efed

RGB 0239237
HSL0.501.000.47
HSV179°100°94°
CMYK 1.000.000.01   0.06
XYZ46.152667.847490.7841
Yxy67.84740.22540.3313
Hunter Lab82.3695-44.1311-7.6882
CIE-Lab85.9301-46.3568-12.4990

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 11101101
Octal 0 357 355
Decimal 0 239 237
Hex 0 EF ED

RGB Percentages of Color #00efed

%0.00
%50.21
%49.79

CMYK Percentages of Color #00efed

%100
%0
%1
%6

Triadic Colors of #00efed

#00efed #ed00ef #efed00

Analogous Colors of #00efed

#00efed #007aef #00ef76

Monochromatic Colors of #00efed

#00efed

Complementary Color

#00efed #ef0002

#00efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efed Color CSS Codes

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

#00efed Text Font Color

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

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


#00efed Background Color

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

This div background color is #00efed


#00efed Border Color

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

This div border color is #00efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efed


Comments

No comments written yet.

Please login to write comment.