Color Hex Logo

#0ebfcd Color Hex

#0EBFCD
(14,191,205)
0 Favorites   0 Comments

Color spaces of #0ebfcd

RGB 14191205
HSL0.510.870.43
HSV184°93°80°
CMYK 0.930.070.00   0.20
XYZ29.831341.762764.2463
Yxy41.76270.21960.3074
Hunter Lab64.6241-30.6942-13.7066
CIE-Lab70.7070-33.9440-18.2539

#0ebfcd color RGB value is (14,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11001101
Octal 16 277 315
Decimal 14 191 205
Hex E BF CD

RGB Percentages of Color #0ebfcd

%3.41
%46.59
%50.00

CMYK Percentages of Color #0ebfcd

%93
%7
%0
%20

Triadic Colors of #0ebfcd

#0ebfcd #cd0ebf #bfcd0e

Analogous Colors of #0ebfcd

#0ebfcd #0e5fcd #0ecd7c

Monochromatic Colors of #0ebfcd

#0ebfcd

Complementary Color

#0ebfcd #cd1c0e

#0ebfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfcd Color CSS Codes

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

#0ebfcd Text Font Color

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

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


#0ebfcd Background Color

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

This div background color is #0ebfcd


#0ebfcd Border Color

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

This div border color is #0ebfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfcd


Comments

No comments written yet.

Please login to write comment.