Color Hex Logo

#1ebbec Color Hex

#1EBBEC
(30,187,236)
0 Favorites   0 Comments

Color spaces of #1ebbec

RGB 30187236
HSL0.540.840.52
HSV194°87°93°
CMYK 0.870.210.00   0.07
XYZ33.446141.872885.6763
Yxy41.87280.20770.2601
Hunter Lab64.7092-20.9802-33.2047
CIE-Lab70.7831-21.0671-35.0158

#1ebbec color RGB value is (30,187,236).

#1ebbec hex color red value is 30, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1ebbec hue: 0.54 , saturation: 0.84 and the lightness value of 1ebbec is 0.52.

The process color (four color CMYK) of #1ebbec color hex is 0.87, 0.21, 0.00, 0.07. Web safe color of #1ebbec is #33ccff. Color #1ebbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111011 11101100
Octal 36 273 354
Decimal 30 187 236
Hex 1E BB EC

RGB Percentages of Color #1ebbec

%6.62
%41.28
%52.10

CMYK Percentages of Color #1ebbec

%87
%21
%0
%7

Triadic Colors of #1ebbec

#1ebbec #ec1ebb #bbec1e

Analogous Colors of #1ebbec

#1ebbec #1e54ec #1eecb6

Monochromatic Colors of #1ebbec

#1ebbec

Complementary Color

#1ebbec #ec4f1e

#1ebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebbec Color CSS Codes

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

#1ebbec Text Font Color

<p style="color:#1ebbec">Text here</p>

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


#1ebbec Background Color

<div style="background-color:#1ebbec">
Div content here</div>

This div background color is #1ebbec


#1ebbec Border Color

<div style="border:3px solid #1ebbec">
Div here</div>

This div border color is #1ebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebbec


Comments

No comments written yet.

Please login to write comment.