Color Hex Logo

#0fe4eb Color Hex

#0FE4EB
(15,228,235)
0 Favorites   0 Comments

Color spaces of #0fe4eb

RGB 15228235
HSL0.510.880.49
HSV182°94°92°
CMYK 0.940.030.00   0.08
XYZ42.935861.586588.2217
Yxy61.58650.22280.3195
Hunter Lab78.4771-39.6752-11.7182
CIE-Lab82.6930-41.7553-16.2922

#0fe4eb color RGB value is (15,228,235).

#0fe4eb hex color red value is 15, green value is 228 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0fe4eb hue: 0.51 , saturation: 0.88 and the lightness value of 0fe4eb is 0.49.

The process color (four color CMYK) of #0fe4eb color hex is 0.94, 0.03, 0.00, 0.08. Web safe color of #0fe4eb is #00ccff. Color #0fe4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100100 11101011
Octal 17 344 353
Decimal 15 228 235
Hex F E4 EB

RGB Percentages of Color #0fe4eb

%3.14
%47.70
%49.16

CMYK Percentages of Color #0fe4eb

%94
%3
%0
%8

Triadic Colors of #0fe4eb

#0fe4eb #eb0fe4 #e4eb0f

Analogous Colors of #0fe4eb

#0fe4eb #0f76eb #0feb84

Monochromatic Colors of #0fe4eb

#0fe4eb

Complementary Color

#0fe4eb #eb160f

#0fe4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe4eb Color CSS Codes

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

#0fe4eb Text Font Color

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

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


#0fe4eb Background Color

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

This div background color is #0fe4eb


#0fe4eb Border Color

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

This div border color is #0fe4eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,228,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fe4eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fe4eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0fe4eb;
  box-shadow:         1px 1px 3px 2px #0fe4eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,228,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe4eb


Comments

No comments written yet.

Please login to write comment.