Color Hex Logo

#1ebfda Color Hex

#1EBFDA
(30,191,218)
0 Favorites   0 Comments

Color spaces of #1ebfda

RGB 30191218
HSL0.520.760.49
HSV189°86°85°
CMYK 0.860.120.00   0.15
XYZ31.821142.599672.8751
Yxy42.59960.21600.2892
Hunter Lab65.2684-27.1933-20.5121
CIE-Lab71.2824-29.0310-24.4588

#1ebfda color RGB value is (30,191,218).

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

The process color (four color CMYK) of #1ebfda color hex is 0.86, 0.12, 0.00, 0.15. Web safe color of #1ebfda is #33cccc. Color #1ebfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111111 11011010
Octal 36 277 332
Decimal 30 191 218
Hex 1E BF DA

RGB Percentages of Color #1ebfda

%6.83
%43.51
%49.66

CMYK Percentages of Color #1ebfda

%86
%12
%0
%15

Triadic Colors of #1ebfda

#1ebfda #da1ebf #bfda1e

Analogous Colors of #1ebfda

#1ebfda #1e61da #1eda97

Monochromatic Colors of #1ebfda

#1ebfda

Complementary Color

#1ebfda #da391e

#1ebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebfda Color CSS Codes

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

#1ebfda Text Font Color

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

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


#1ebfda Background Color

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

This div background color is #1ebfda


#1ebfda Border Color

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

This div border color is #1ebfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebfda


Comments

No comments written yet.

Please login to write comment.