Color Hex Logo

#0ebdca Color Hex

#0EBDCA
(14,189,202)
0 Favorites   0 Comments

Color spaces of #0ebdca

RGB 14189202
HSL0.510.870.42
HSV184°93°79°
CMYK 0.930.060.00   0.21
XYZ29.039440.752862.2127
Yxy40.75280.22000.3087
Hunter Lab63.8379-30.5180-13.0940
CIE-Lab70.0024-33.9405-17.6799

#0ebdca color RGB value is (14,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111101 11001010
Octal 16 275 312
Decimal 14 189 202
Hex E BD CA

RGB Percentages of Color #0ebdca

%3.46
%46.67
%49.88

CMYK Percentages of Color #0ebdca

%93
%6
%0
%21

Triadic Colors of #0ebdca

#0ebdca #ca0ebd #bdca0e

Analogous Colors of #0ebdca

#0ebdca #0e5fca #0eca79

Monochromatic Colors of #0ebdca

#0ebdca

Complementary Color

#0ebdca #ca1b0e

#0ebdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebdca Color CSS Codes

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

#0ebdca Text Font Color

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

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


#0ebdca Background Color

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

This div background color is #0ebdca


#0ebdca Border Color

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

This div border color is #0ebdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebdca


Comments

No comments written yet.

Please login to write comment.