Color Hex Logo

#0ebfe1 Color Hex

#0EBFE1
(14,191,225)
0 Favorites   0 Comments

Color spaces of #0ebfe1

RGB 14191225
HSL0.530.880.47
HSV190°94°88°
CMYK 0.940.150.00   0.12
XYZ32.402542.791277.7859
Yxy42.79120.21180.2797
Hunter Lab65.4150-26.0585-24.7121
CIE-Lab71.4130-27.4925-28.0780

#0ebfe1 color RGB value is (14,191,225).

#0ebfe1 hex color red value is 14, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #0ebfe1 hue: 0.53 , saturation: 0.88 and the lightness value of 0ebfe1 is 0.47.

The process color (four color CMYK) of #0ebfe1 color hex is 0.94, 0.15, 0.00, 0.12. Web safe color of #0ebfe1 is #00cccc. Color #0ebfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11100001
Octal 16 277 341
Decimal 14 191 225
Hex E BF E1

RGB Percentages of Color #0ebfe1

%3.26
%44.42
%52.33

CMYK Percentages of Color #0ebfe1

%94
%15
%0
%12

Triadic Colors of #0ebfe1

#0ebfe1 #e10ebf #bfe10e

Analogous Colors of #0ebfe1

#0ebfe1 #0e56e1 #0ee19a

Monochromatic Colors of #0ebfe1

#0ebfe1

Complementary Color

#0ebfe1 #e1300e

#0ebfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfe1 Color CSS Codes

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

#0ebfe1 Text Font Color

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

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


#0ebfe1 Background Color

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

This div background color is #0ebfe1


#0ebfe1 Border Color

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

This div border color is #0ebfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfe1


Comments

No comments written yet.

Please login to write comment.