Color Hex Logo

#01ebbc Color Hex

#01EBBC
(1,235,188)
0 Favorites   0 Comments

Color spaces of #01ebbc

RGB 1235188
HSL0.470.990.46
HSV168°100°92°
CMYK 1.000.000.20   0.08
XYZ38.797963.054057.7027
Yxy63.05400.24320.3952
Hunter Lab79.4065-51.746712.5001
CIE-Lab83.4708-57.85079.6528

#01ebbc color RGB value is (1,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 10111100
Octal 1 353 274
Decimal 1 235 188
Hex 1 EB BC

RGB Percentages of Color #01ebbc

%0.24
%55.42
%44.34

CMYK Percentages of Color #01ebbc

%100
%0
%20
%8

Triadic Colors of #01ebbc

#01ebbc #bc01eb #ebbc01

Analogous Colors of #01ebbc

#01ebbc #01a5eb #01eb47

Monochromatic Colors of #01ebbc

#01ebbc

Complementary Color

#01ebbc #eb0130

#01ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebbc Color CSS Codes

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

#01ebbc Text Font Color

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

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


#01ebbc Background Color

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

This div background color is #01ebbc


#01ebbc Border Color

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

This div border color is #01ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebbc


Comments

No comments written yet.

Please login to write comment.