Color Hex Logo

#00edcf Color Hex

#00EDCF
(0,237,207)
0 Favorites   0 Comments

Color spaces of #00edcf

RGB 0237207
HSL0.481.000.46
HSV172°100°93°
CMYK 1.000.000.13   0.07
XYZ41.546765.073469.4022
Yxy65.07340.23600.3697
Hunter Lab80.6681-49.23585.4579
CIE-Lab84.5215-53.81961.1918

#00edcf color RGB value is (0,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 11001111
Octal 0 355 317
Decimal 0 237 207
Hex 0 ED CF

RGB Percentages of Color #00edcf

%0.00
%53.38
%46.62

CMYK Percentages of Color #00edcf

%100
%0
%13
%7

Triadic Colors of #00edcf

#00edcf #cf00ed #edcf00

Analogous Colors of #00edcf

#00edcf #0095ed #00ed59

Monochromatic Colors of #00edcf

#00edcf

Complementary Color

#00edcf #ed001e

#00edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edcf Color CSS Codes

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

#00edcf Text Font Color

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

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


#00edcf Background Color

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

This div background color is #00edcf


#00edcf Border Color

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

This div border color is #00edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edcf


Comments

No comments written yet.

Please login to write comment.