Color Hex Logo

#0efcfe Color Hex

#0EFCFE
(14,252,254)
0 Favorites   0 Comments

Color spaces of #0efcfe

RGB 14252254
HSL0.500.990.53
HSV181°94°100°
CMYK 0.940.010.00   0.00
XYZ52.880976.8699105.8162
Yxy76.86990.22450.3263
Hunter Lab87.6755-45.7710-10.1847
CIE-Lab90.2617-46.7895-14.8945

#0efcfe color RGB value is (14,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111100 11111110
Octal 16 374 376
Decimal 14 252 254
Hex E FC FE

RGB Percentages of Color #0efcfe

%2.69
%48.46
%48.85

CMYK Percentages of Color #0efcfe

%94
%1
%0
%0

Triadic Colors of #0efcfe

#0efcfe #fe0efc #fcfe0e

Analogous Colors of #0efcfe

#0efcfe #0e84fe #0efe88

Monochromatic Colors of #0efcfe

#0efcfe

Complementary Color

#0efcfe #fe100e

#0efcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efcfe Color CSS Codes

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

#0efcfe Text Font Color

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

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


#0efcfe Background Color

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

This div background color is #0efcfe


#0efcfe Border Color

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

This div border color is #0efcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efcfe


Comments

No comments written yet.

Please login to write comment.