Color Hex Logo

#01eceb Color Hex

#01ECEB
(1,236,235)
0 Favorites   0 Comments

Color spaces of #01eceb

RGB 1236235
HSL0.500.990.46
HSV180°100°93°
CMYK 1.000.000.00   0.07
XYZ45.003465.995588.9637
Yxy65.99550.22510.3300
Hunter Lab81.2376-43.2817-8.0624
CIE-Lab84.9941-45.6118-12.8461

#01eceb color RGB value is (1,236,235).

#01eceb hex color red value is 1, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #01eceb hue: 0.50 , saturation: 0.99 and the lightness value of 01eceb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101100 11101011
Octal 1 354 353
Decimal 1 236 235
Hex 1 EC EB

RGB Percentages of Color #01eceb

%0.21
%50.00
%49.79

CMYK Percentages of Color #01eceb

%100
%0
%0
%7

Triadic Colors of #01eceb

#01eceb #eb01ec #eceb01

Analogous Colors of #01eceb

#01eceb #0178ec #01ec76

Monochromatic Colors of #01eceb

#01eceb

Complementary Color

#01eceb #ec0102

#01eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01eceb Color CSS Codes

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

#01eceb Text Font Color

<p style="color:#01eceb">Text here</p>

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


#01eceb Background Color

<div style="background-color:#01eceb">
Div content here</div>

This div background color is #01eceb


#01eceb Border Color

<div style="border:3px solid #01eceb">
Div here</div>

This div border color is #01eceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,236,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01eceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01eceb;
  -webkit-box-shadow: 1px 1px 3px 2px #01eceb;
  box-shadow:         1px 1px 3px 2px #01eceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01eceb


Comments

No comments written yet.

Please login to write comment.