Color Hex Logo

#1eb7da Color Hex

#1EB7DA
(30,183,218)
0 Favorites   0 Comments

Color spaces of #1eb7da

RGB 30183218
HSL0.530.760.49
HSV191°86°85°
CMYK 0.860.160.00   0.15
XYZ30.123839.204972.3093
Yxy39.20490.21270.2768
Hunter Lab62.6138-23.6970-24.6411
CIE-Lab68.8994-25.0457-28.1133

#1eb7da color RGB value is (30,183,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110111 11011010
Octal 36 267 332
Decimal 30 183 218
Hex 1E B7 DA

RGB Percentages of Color #1eb7da

%6.96
%42.46
%50.58

CMYK Percentages of Color #1eb7da

%86
%16
%0
%15

Triadic Colors of #1eb7da

#1eb7da #da1eb7 #b7da1e

Analogous Colors of #1eb7da

#1eb7da #1e59da #1eda9f

Monochromatic Colors of #1eb7da

#1eb7da

Complementary Color

#1eb7da #da411e

#1eb7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb7da Color CSS Codes

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

#1eb7da Text Font Color

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

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


#1eb7da Background Color

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

This div background color is #1eb7da


#1eb7da Border Color

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

This div border color is #1eb7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb7da


Comments

No comments written yet.

Please login to write comment.