Color Hex Logo

#00efda Color Hex

#00EFDA
(0,239,218)
0 Favorites   0 Comments

Color spaces of #00efda

RGB 0239218
HSL0.491.000.47
HSV175°100°94°
CMYK 1.000.000.09   0.06
XYZ43.521466.795076.9286
Yxy66.79500.23240.3567
Hunter Lab81.7282-47.97061.4016
CIE-Lab85.4003-51.6883-3.3028

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 11011010
Octal 0 357 332
Decimal 0 239 218
Hex 0 EF DA

RGB Percentages of Color #00efda

%0.00
%52.30
%47.70

CMYK Percentages of Color #00efda

%100
%0
%9
%6

Triadic Colors of #00efda

#00efda #da00ef #efda00

Analogous Colors of #00efda

#00efda #008def #00ef63

Monochromatic Colors of #00efda

#00efda

Complementary Color

#00efda #ef0015

#00efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efda Color CSS Codes

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

#00efda Text Font Color

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

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


#00efda Background Color

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

This div background color is #00efda


#00efda Border Color

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

This div border color is #00efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efda


Comments

No comments written yet.

Please login to write comment.