Color Hex Logo

#0edfc7 Color Hex

#0EDFC7
(14,223,199)
0 Favorites   0 Comments

Color spaces of #0edfc7

RGB 14223199
HSL0.480.880.46
HSV173°94°87°
CMYK 0.940.000.11   0.13
XYZ36.877656.992263.0898
Yxy56.99220.23490.3631
Hunter Lab75.4932-44.91773.2965
CIE-Lab80.1752-49.8688-0.9168

#0edfc7 color RGB value is (14,223,199).

#0edfc7 hex color red value is 14, green value is 223 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #0edfc7 hue: 0.48 , saturation: 0.88 and the lightness value of 0edfc7 is 0.46.

The process color (four color CMYK) of #0edfc7 color hex is 0.94, 0.00, 0.11, 0.13. Web safe color of #0edfc7 is #00cccc. Color #0edfc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11000111
Octal 16 337 307
Decimal 14 223 199
Hex E DF C7

RGB Percentages of Color #0edfc7

%3.21
%51.15
%45.64

CMYK Percentages of Color #0edfc7

%94
%0
%11
%13

Triadic Colors of #0edfc7

#0edfc7 #c70edf #dfc70e

Analogous Colors of #0edfc7

#0edfc7 #0e8fdf #0edf5f

Monochromatic Colors of #0edfc7

#0edfc7

Complementary Color

#0edfc7 #df0e26

#0edfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edfc7 Color CSS Codes

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

#0edfc7 Text Font Color

<p style="color:#0edfc7">Text here</p>

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


#0edfc7 Background Color

<div style="background-color:#0edfc7">
Div content here</div>

This div background color is #0edfc7


#0edfc7 Border Color

<div style="border:3px solid #0edfc7">
Div here</div>

This div border color is #0edfc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,223,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0edfc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0edfc7;
  -webkit-box-shadow: 1px 1px 3px 2px #0edfc7;
  box-shadow:         1px 1px 3px 2px #0edfc7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,223,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edfc7


Comments

No comments written yet.

Please login to write comment.