Color Hex Logo

#0efedf Color Hex

#0EFEDF
(14,254,223)
0 Favorites   0 Comments

Color spaces of #0efedf

RGB 14254223
HSL0.480.990.53
HSV172°94°100°
CMYK 0.940.000.12   0.00
XYZ48.942276.304781.9608
Yxy76.30470.23620.3683
Hunter Lab87.3526-52.85645.5164
CIE-Lab90.0006-56.13860.8265

#0efedf color RGB value is (14,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11011111
Octal 16 376 337
Decimal 14 254 223
Hex E FE DF

RGB Percentages of Color #0efedf

%2.85
%51.73
%45.42

CMYK Percentages of Color #0efedf

%94
%0
%12
%0

Triadic Colors of #0efedf

#0efedf #df0efe #fedf0e

Analogous Colors of #0efedf

#0efedf #0ea5fe #0efe67

Monochromatic Colors of #0efedf

#0efedf

Complementary Color

#0efedf #fe0e2d

#0efedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efedf Color CSS Codes

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

#0efedf Text Font Color

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

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


#0efedf Background Color

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

This div background color is #0efedf


#0efedf Border Color

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

This div border color is #0efedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efedf

Related Colors


Comments

No comments written yet.

Please login to write comment.