Color Hex Logo

#0febda Color Hex

#0FEBDA
(15,235,218)
0 Favorites   0 Comments

Color spaces of #0febda

RGB 15235218
HSL0.490.880.49
HSV175°94°92°
CMYK 0.940.000.07   0.08
XYZ42.560264.580276.5517
Yxy64.58020.23170.3516
Hunter Lab80.3618-46.0983-0.2257
CIE-Lab84.2669-49.6613-4.9655

#0febda color RGB value is (15,235,218).

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

The process color (four color CMYK) of #0febda color hex is 0.94, 0.00, 0.07, 0.08. Web safe color of #0febda is #00ffcc. Color #0febda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101011 11011010
Octal 17 353 332
Decimal 15 235 218
Hex F EB DA

RGB Percentages of Color #0febda

%3.21
%50.21
%46.58

CMYK Percentages of Color #0febda

%94
%0
%7
%8

Triadic Colors of #0febda

#0febda #da0feb #ebda0f

Analogous Colors of #0febda

#0febda #0f8eeb #0feb6c

Monochromatic Colors of #0febda

#0febda

Complementary Color

#0febda #eb0f20

#0febda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0febda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0febda Color CSS Codes

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

#0febda Text Font Color

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

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


#0febda Background Color

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

This div background color is #0febda


#0febda Border Color

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

This div border color is #0febda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0febda


Comments

No comments written yet.

Please login to write comment.