Color Hex Logo

#0efdfc Color Hex

#0EFDFC
(14,253,252)
0 Favorites   0 Comments

Color spaces of #0efdfc

RGB 14253252
HSL0.500.980.52
HSV180°94°99°
CMYK 0.940.000.00   0.01
XYZ52.877177.3722104.2429
Yxy77.37220.22550.3300
Hunter Lab87.9615-46.6292-8.6914
CIE-Lab90.4927-47.7948-13.5096

#0efdfc color RGB value is (14,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 11111100
Octal 16 375 374
Decimal 14 253 252
Hex E FD FC

RGB Percentages of Color #0efdfc

%2.70
%48.75
%48.55

CMYK Percentages of Color #0efdfc

%94
%0
%0
%1

Triadic Colors of #0efdfc

#0efdfc #fc0efd #fdfc0e

Analogous Colors of #0efdfc

#0efdfc #0e87fd #0efd85

Monochromatic Colors of #0efdfc

#0efdfc

Complementary Color

#0efdfc #fd0e0f

#0efdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdfc Color CSS Codes

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

#0efdfc Text Font Color

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

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


#0efdfc Background Color

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

This div background color is #0efdfc


#0efdfc Border Color

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

This div border color is #0efdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdfc


Comments

No comments written yet.

Please login to write comment.