Color Hex Logo

#00eebd Color Hex

#00EEBD
(0,238,189)
0 Favorites   0 Comments

Color spaces of #00eebd

RGB 0238189
HSL0.471.000.47
HSV168°100°93°
CMYK 1.000.000.21   0.07
XYZ39.759864.823258.5607
Yxy64.82320.24370.3973
Hunter Lab80.5129-52.748513.2347
CIE-Lab84.3925-58.783610.4439

#00eebd color RGB value is (0,238,189).

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

The process color (four color CMYK) of #00eebd color hex is 1.00, 0.00, 0.21, 0.07. Web safe color of #00eebd is #00ffcc. Color #00eebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 10111101
Octal 0 356 275
Decimal 0 238 189
Hex 0 EE BD

RGB Percentages of Color #00eebd

%0.00
%55.74
%44.26

CMYK Percentages of Color #00eebd

%100
%0
%21
%7

Triadic Colors of #00eebd

#00eebd #bd00ee #eebd00

Analogous Colors of #00eebd

#00eebd #00a8ee #00ee46

Monochromatic Colors of #00eebd

#00eebd

Complementary Color

#00eebd #ee0031

#00eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eebd Color CSS Codes

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

#00eebd Text Font Color

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

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


#00eebd Background Color

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

This div background color is #00eebd


#00eebd Border Color

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

This div border color is #00eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eebd


Comments

No comments written yet.

Please login to write comment.