Color Hex Logo

#0efefd Color Hex

#0EFEFD
(14,254,253)
0 Favorites   0 Comments

Color spaces of #0efefd

RGB 14254253
HSL0.500.990.53
HSV180°94°100°
CMYK 0.940.000.00   0.00
XYZ53.352578.0688105.1853
Yxy78.06880.22550.3300
Hunter Lab88.3566-46.8400-8.7330
CIE-Lab90.8113-47.9395-13.5525

#0efefd color RGB value is (14,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11111101
Octal 16 376 375
Decimal 14 254 253
Hex E FE FD

RGB Percentages of Color #0efefd

%2.69
%48.75
%48.56

CMYK Percentages of Color #0efefd

%94
%0
%0
%0

Triadic Colors of #0efefd

#0efefd #fd0efe #fefd0e

Analogous Colors of #0efefd

#0efefd #0e87fe #0efe85

Monochromatic Colors of #0efefd

#0efefd

Complementary Color

#0efefd #fe0e0f

#0efefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efefd Color CSS Codes

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

#0efefd Text Font Color

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

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


#0efefd Background Color

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

This div background color is #0efefd


#0efefd Border Color

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

This div border color is #0efefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efefd

Related Colors


Comments

No comments written yet.

Please login to write comment.