Color Hex Logo

#0efbfe Color Hex

#0EFBFE
(14,251,254)
0 Favorites   0 Comments

Color spaces of #0efbfe

RGB 14251254
HSL0.500.990.53
HSV181°94°100°
CMYK 0.940.010.00   0.00
XYZ52.567776.2435105.7118
Yxy76.24350.22410.3251
Hunter Lab87.3175-45.3435-10.6577
CIE-Lab89.9723-46.3555-15.3284

#0efbfe color RGB value is (14,251,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 11111110
Octal 16 373 376
Decimal 14 251 254
Hex E FB FE

RGB Percentages of Color #0efbfe

%2.70
%48.36
%48.94

CMYK Percentages of Color #0efbfe

%94
%1
%0
%0

Triadic Colors of #0efbfe

#0efbfe #fe0efb #fbfe0e

Analogous Colors of #0efbfe

#0efbfe #0e83fe #0efe89

Monochromatic Colors of #0efbfe

#0efbfe

Complementary Color

#0efbfe #fe110e

#0efbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbfe Color CSS Codes

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

#0efbfe Text Font Color

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

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


#0efbfe Background Color

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

This div background color is #0efbfe


#0efbfe Border Color

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

This div border color is #0efbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.