Color Hex Logo

#0ecfbd Color Hex

#0ECFBD
(14,207,189)
0 Favorites   0 Comments

Color spaces of #0ecfbd

RGB 14207189
HSL0.480.870.43
HSV174°93°81°
CMYK 0.930.000.09   0.19
XYZ31.679248.393155.8153
Yxy48.39310.23310.3561
Hunter Lab69.5651-40.45211.1245
CIE-Lab75.0722-45.8834-3.0432

#0ecfbd color RGB value is (14,207,189).

#0ecfbd hex color red value is 14, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0ecfbd hue: 0.48 , saturation: 0.87 and the lightness value of 0ecfbd is 0.43.

The process color (four color CMYK) of #0ecfbd color hex is 0.93, 0.00, 0.09, 0.19. Web safe color of #0ecfbd is #00cccc. Color #0ecfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001111 10111101
Octal 16 317 275
Decimal 14 207 189
Hex E CF BD

RGB Percentages of Color #0ecfbd

%3.41
%50.49
%46.10

CMYK Percentages of Color #0ecfbd

%93
%0
%9
%19

Triadic Colors of #0ecfbd

#0ecfbd #bd0ecf #cfbd0e

Analogous Colors of #0ecfbd

#0ecfbd #0e81cf #0ecf5d

Monochromatic Colors of #0ecfbd

#0ecfbd

Complementary Color

#0ecfbd #cf0e20

#0ecfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecfbd Color CSS Codes

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

#0ecfbd Text Font Color

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

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


#0ecfbd Background Color

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

This div background color is #0ecfbd


#0ecfbd Border Color

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

This div border color is #0ecfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,207,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 #0ecfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecfbd


Comments

No comments written yet.

Please login to write comment.