Color Hex Logo

#0efedd Color Hex

#0EFEDD
(14,254,221)
0 Favorites   0 Comments

Color spaces of #0efedd

RGB 14254221
HSL0.480.990.53
HSV172°94°100°
CMYK 0.940.000.13   0.00
XYZ48.674176.197480.5488
Yxy76.19740.23690.3709
Hunter Lab87.2911-53.22676.3933
CIE-Lab89.9509-56.65751.7916

#0efedd color RGB value is (14,254,221).

#0efedd hex color red value is 14, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0efedd hue: 0.48 , saturation: 0.99 and the lightness value of 0efedd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11011101
Octal 16 376 335
Decimal 14 254 221
Hex E FE DD

RGB Percentages of Color #0efedd

%2.86
%51.94
%45.19

CMYK Percentages of Color #0efedd

%94
%0
%13
%0

Triadic Colors of #0efedd

#0efedd #dd0efe #fedd0e

Analogous Colors of #0efedd

#0efedd #0ea7fe #0efe65

Monochromatic Colors of #0efedd

#0efedd

Complementary Color

#0efedd #fe0e2f

#0efedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efedd Color CSS Codes

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

#0efedd Text Font Color

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

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


#0efedd Background Color

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

This div background color is #0efedd


#0efedd Border Color

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

This div border color is #0efedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efedd


Comments

No comments written yet.

Please login to write comment.