Color Hex Logo

#0febed Color Hex

#0FEBED
(15,235,237)
0 Favorites   0 Comments

Color spaces of #0febed

RGB 15235237
HSL0.500.880.49
HSV181°94°93°
CMYK 0.940.010.00   0.07
XYZ45.191465.632690.4073
Yxy65.63260.22460.3262
Hunter Lab81.0139-42.2031-9.4548
CIE-Lab84.8087-44.2705-14.1717

#0febed color RGB value is (15,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101011 11101101
Octal 17 353 355
Decimal 15 235 237
Hex F EB ED

RGB Percentages of Color #0febed

%3.08
%48.25
%48.67

CMYK Percentages of Color #0febed

%94
%1
%0
%7

Triadic Colors of #0febed

#0febed #ed0feb #ebed0f

Analogous Colors of #0febed

#0febed #0f7ced #0fed80

Monochromatic Colors of #0febed

#0febed

Complementary Color

#0febed #ed110f

#0febed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0febed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0febed Color CSS Codes

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

#0febed Text Font Color

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

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


#0febed Background Color

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

This div background color is #0febed


#0febed Border Color

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

This div border color is #0febed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0febed


Comments

No comments written yet.

Please login to write comment.