Color Hex Logo

#0ebeca Color Hex

#0EBECA
(14,190,202)
0 Favorites   0 Comments

Color spaces of #0ebeca

RGB 14190202
HSL0.510.870.42
HSV184°93°79°
CMYK 0.930.060.00   0.21
XYZ29.255241.184562.2846
Yxy41.18450.22040.3103
Hunter Lab64.1752-30.9346-12.6208
CIE-Lab70.3050-34.4127-17.2220

#0ebeca color RGB value is (14,190,202).

#0ebeca hex color red value is 14, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0ebeca hue: 0.51 , saturation: 0.87 and the lightness value of 0ebeca is 0.42.

The process color (four color CMYK) of #0ebeca color hex is 0.93, 0.06, 0.00, 0.21. Web safe color of #0ebeca is #00cccc. Color #0ebeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 11001010
Octal 16 276 312
Decimal 14 190 202
Hex E BE CA

RGB Percentages of Color #0ebeca

%3.45
%46.80
%49.75

CMYK Percentages of Color #0ebeca

%93
%6
%0
%21

Triadic Colors of #0ebeca

#0ebeca #ca0ebe #beca0e

Analogous Colors of #0ebeca

#0ebeca #0e60ca #0eca78

Monochromatic Colors of #0ebeca

#0ebeca

Complementary Color

#0ebeca #ca1a0e

#0ebeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebeca Color CSS Codes

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

#0ebeca Text Font Color

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

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


#0ebeca Background Color

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

This div background color is #0ebeca


#0ebeca Border Color

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

This div border color is #0ebeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebeca


Comments

No comments written yet.

Please login to write comment.