Color Hex Logo

#00ebdb Color Hex

#00EBDB
(0,235,219)
0 Favorites   0 Comments

Color spaces of #00ebdb

RGB 0235219
HSL0.491.000.46
HSV176°100°92°
CMYK 1.000.000.07   0.08
XYZ42.494564.531177.2339
Yxy64.53110.23060.3502
Hunter Lab80.3313-46.1548-0.7721
CIE-Lab84.2415-49.7487-5.5360

#00ebdb color RGB value is (0,235,219).

#00ebdb hex color red value is 0, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #00ebdb hue: 0.49 , saturation: 1.00 and the lightness value of 00ebdb is 0.46.

The process color (four color CMYK) of #00ebdb color hex is 1.00, 0.00, 0.07, 0.08. Web safe color of #00ebdb is #00ffcc. Color #00ebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101011 11011011
Octal 0 353 333
Decimal 0 235 219
Hex 0 EB DB

RGB Percentages of Color #00ebdb

%0.00
%51.76
%48.24

CMYK Percentages of Color #00ebdb

%100
%0
%7
%8

Triadic Colors of #00ebdb

#00ebdb #db00eb #ebdb00

Analogous Colors of #00ebdb

#00ebdb #0086eb #00eb66

Monochromatic Colors of #00ebdb

#00ebdb

Complementary Color

#00ebdb #eb0010

#00ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ebdb Color CSS Codes

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

#00ebdb Text Font Color

<p style="color:#00ebdb">Text here</p>

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


#00ebdb Background Color

<div style="background-color:#00ebdb">
Div content here</div>

This div background color is #00ebdb


#00ebdb Border Color

<div style="border:3px solid #00ebdb">
Div here</div>

This div border color is #00ebdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,235,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00ebdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00ebdb;
  -webkit-box-shadow: 1px 1px 3px 2px #00ebdb;
  box-shadow:         1px 1px 3px 2px #00ebdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,235,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ebdb


Comments

No comments written yet.

Please login to write comment.