Color Hex Logo

#0ebfca Color Hex

#0EBFCA
(14,191,202)
0 Favorites   0 Comments

Color spaces of #0ebfca

RGB 14191202
HSL0.510.870.42
HSV184°93°79°
CMYK 0.930.050.00   0.21
XYZ29.472641.619262.3571
Yxy41.61920.22090.3119
Hunter Lab64.5129-31.3503-12.1496
CIE-Lab70.6076-34.8828-16.7647

#0ebfca color RGB value is (14,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11001010
Octal 16 277 312
Decimal 14 191 202
Hex E BF CA

RGB Percentages of Color #0ebfca

%3.44
%46.93
%49.63

CMYK Percentages of Color #0ebfca

%93
%5
%0
%21

Triadic Colors of #0ebfca

#0ebfca #ca0ebf #bfca0e

Analogous Colors of #0ebfca

#0ebfca #0e61ca #0eca77

Monochromatic Colors of #0ebfca

#0ebfca

Complementary Color

#0ebfca #ca190e

#0ebfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfca Color CSS Codes

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

#0ebfca Text Font Color

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

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


#0ebfca Background Color

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

This div background color is #0ebfca


#0ebfca Border Color

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

This div border color is #0ebfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,191,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 #0ebfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfca


Comments

No comments written yet.

Please login to write comment.