Color Hex Logo

#01ebcc Color Hex

#01EBCC
(1,235,204)
0 Favorites   0 Comments

Color spaces of #01ebcc

RGB 1235204
HSL0.480.990.46
HSV172°100°92°
CMYK 1.000.000.13   0.08
XYZ40.619963.782767.2972
Yxy63.78270.23660.3715
Hunter Lab79.8641-48.97475.9443
CIE-Lab83.8525-53.77861.7963

#01ebcc color RGB value is (1,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 11001100
Octal 1 353 314
Decimal 1 235 204
Hex 1 EB CC

RGB Percentages of Color #01ebcc

%0.23
%53.41
%46.36

CMYK Percentages of Color #01ebcc

%100
%0
%13
%8

Triadic Colors of #01ebcc

#01ebcc #cc01eb #ebcc01

Analogous Colors of #01ebcc

#01ebcc #0195eb #01eb57

Monochromatic Colors of #01ebcc

#01ebcc

Complementary Color

#01ebcc #eb0120

#01ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebcc Color CSS Codes

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

#01ebcc Text Font Color

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

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


#01ebcc Background Color

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

This div background color is #01ebcc


#01ebcc Border Color

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

This div border color is #01ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebcc


Comments

No comments written yet.

Please login to write comment.