Color Hex Logo

#1ebfec Color Hex

#1EBFEC
(30,191,236)
0 Favorites   0 Comments

Color spaces of #1ebfec

RGB 30191236
HSL0.540.840.52
HSV193°87°93°
CMYK 0.870.190.00   0.07
XYZ34.306543.593885.9632
Yxy43.59380.20940.2660
Hunter Lab66.0256-22.7973-30.9757
CIE-Lab71.9562-23.1219-33.1992

#1ebfec color RGB value is (30,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111111 11101100
Octal 36 277 354
Decimal 30 191 236
Hex 1E BF EC

RGB Percentages of Color #1ebfec

%6.56
%41.79
%51.64

CMYK Percentages of Color #1ebfec

%87
%19
%0
%7

Triadic Colors of #1ebfec

#1ebfec #ec1ebf #bfec1e

Analogous Colors of #1ebfec

#1ebfec #1e58ec #1eecb2

Monochromatic Colors of #1ebfec

#1ebfec

Complementary Color

#1ebfec #ec4b1e

#1ebfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebfec Color CSS Codes

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

#1ebfec Text Font Color

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

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


#1ebfec Background Color

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

This div background color is #1ebfec


#1ebfec Border Color

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

This div border color is #1ebfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,191,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 #1ebfec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebfec


Comments

No comments written yet.

Please login to write comment.