Color Hex Logo

#00eced Color Hex

#00ECED
(0,236,237)
0 Favorites   0 Comments

Color spaces of #00eced

RGB 0236237
HSL0.501.000.46
HSV180°100°93°
CMYK 1.000.000.00   0.07
XYZ45.281566.105390.4938
Yxy66.10530.22430.3274
Hunter Lab81.3052-42.8716-9.0770
CIE-Lab85.0501-45.0520-13.8154

#00eced color RGB value is (0,236,237).

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

The process color (four color CMYK) of #00eced color hex is 1.00, 0.00, 0.00, 0.07. Web safe color of #00eced is #00ffff. Color #00eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101100 11101101
Octal 0 354 355
Decimal 0 236 237
Hex 0 EC ED

RGB Percentages of Color #00eced

%0.00
%49.89
%50.11

CMYK Percentages of Color #00eced

%100
%0
%0
%7

Triadic Colors of #00eced

#00eced #ed00ec #eced00

Analogous Colors of #00eced

#00eced #0076ed #00ed78

Monochromatic Colors of #00eced

#00eced

Complementary Color

#00eced #ed0100

#00eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eced Color CSS Codes

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

#00eced Text Font Color

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

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


#00eced Background Color

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

This div background color is #00eced


#00eced Border Color

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

This div border color is #00eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eced


Comments

No comments written yet.

Please login to write comment.