Color Hex Logo

#0ebfcc Color Hex

#0EBFCC
(14,191,204)
0 Favorites   0 Comments

Color spaces of #0ebfcc

RGB 14191204
HSL0.510.870.43
HSV184°93°80°
CMYK 0.930.060.00   0.20
XYZ29.711041.714663.6125
Yxy41.71460.22000.3089
Hunter Lab64.5868-30.9141-13.1848
CIE-Lab70.6737-34.2578-17.7579

#0ebfcc color RGB value is (14,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11001100
Octal 16 277 314
Decimal 14 191 204
Hex E BF CC

RGB Percentages of Color #0ebfcc

%3.42
%46.70
%49.88

CMYK Percentages of Color #0ebfcc

%93
%6
%0
%20

Triadic Colors of #0ebfcc

#0ebfcc #cc0ebf #bfcc0e

Analogous Colors of #0ebfcc

#0ebfcc #0e60cc #0ecc7a

Monochromatic Colors of #0ebfcc

#0ebfcc

Complementary Color

#0ebfcc #cc1b0e

#0ebfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfcc Color CSS Codes

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

#0ebfcc Text Font Color

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

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


#0ebfcc Background Color

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

This div background color is #0ebfcc


#0ebfcc Border Color

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

This div border color is #0ebfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfcc


Comments

No comments written yet.

Please login to write comment.