Color Hex Logo

#0efbfc Color Hex

#0EFBFC
(14,251,252)
0 Favorites   0 Comments

Color spaces of #0efbfc

RGB 14251252
HSL0.500.980.52
HSV180°94°99°
CMYK 0.940.000.00   0.01
XYZ52.249076.1160104.0335
Yxy76.11600.22480.3275
Hunter Lab87.2445-45.7777-9.6284
CIE-Lab89.9132-46.9318-14.3766

#0efbfc color RGB value is (14,251,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 11111100
Octal 16 373 374
Decimal 14 251 252
Hex E FB FC

RGB Percentages of Color #0efbfc

%2.71
%48.55
%48.74

CMYK Percentages of Color #0efbfc

%94
%0
%0
%1

Triadic Colors of #0efbfc

#0efbfc #fc0efb #fbfc0e

Analogous Colors of #0efbfc

#0efbfc #0e84fc #0efc86

Monochromatic Colors of #0efbfc

#0efbfc

Complementary Color

#0efbfc #fc0f0e

#0efbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbfc Color CSS Codes

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

#0efbfc Text Font Color

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

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


#0efbfc Background Color

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

This div background color is #0efbfc


#0efbfc Border Color

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

This div border color is #0efbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.