Color Hex Logo

#00edbf Color Hex

#00EDBF
(0,237,191)
0 Favorites   0 Comments

Color spaces of #00edbf

RGB 0237191
HSL0.471.000.46
HSV168°100°93°
CMYK 1.000.000.19   0.07
XYZ39.688264.330059.6154
Yxy64.33000.24250.3931
Hunter Lab80.2060-52.033612.0752
CIE-Lab84.1373-57.90809.0331

#00edbf color RGB value is (0,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 10111111
Octal 0 355 277
Decimal 0 237 191
Hex 0 ED BF

RGB Percentages of Color #00edbf

%0.00
%55.37
%44.63

CMYK Percentages of Color #00edbf

%100
%0
%19
%7

Triadic Colors of #00edbf

#00edbf #bf00ed #edbf00

Analogous Colors of #00edbf

#00edbf #00a5ed #00ed49

Monochromatic Colors of #00edbf

#00edbf

Complementary Color

#00edbf #ed002e

#00edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edbf Color CSS Codes

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

#00edbf Text Font Color

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

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


#00edbf Background Color

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

This div background color is #00edbf


#00edbf Border Color

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

This div border color is #00edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edbf


Comments

No comments written yet.

Please login to write comment.