Color Hex Logo

#0efafd Color Hex

#0EFAFD
(14,250,253)
0 Favorites   0 Comments

Color spaces of #0efafd

RGB 14250253
HSL0.500.980.52
HSV181°94°99°
CMYK 0.940.010.00   0.01
XYZ52.096375.5564104.7666
Yxy75.55640.22410.3251
Hunter Lab86.9232-45.1339-10.6147
CIE-Lab89.6530-46.2097-15.2869

#0efafd color RGB value is (14,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111010 11111101
Octal 16 372 375
Decimal 14 250 253
Hex E FA FD

RGB Percentages of Color #0efafd

%2.71
%48.36
%48.94

CMYK Percentages of Color #0efafd

%94
%1
%0
%1

Triadic Colors of #0efafd

#0efafd #fd0efa #fafd0e

Analogous Colors of #0efafd

#0efafd #0e83fd #0efd89

Monochromatic Colors of #0efafd

#0efafd

Complementary Color

#0efafd #fd110e

#0efafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efafd Color CSS Codes

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

#0efafd Text Font Color

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

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


#0efafd Background Color

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

This div background color is #0efafd


#0efafd Border Color

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

This div border color is #0efafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efafd

Related Colors


Comments

No comments written yet.

Please login to write comment.