Color Hex Logo

#1eb8dc Color Hex

#1EB8DC
(30,184,220)
0 Favorites   0 Comments

Color spaces of #1eb8dc

RGB 30184220
HSL0.530.760.49
HSV191°86°86°
CMYK 0.860.160.00   0.14
XYZ30.594239.724373.7652
Yxy39.72430.21230.2757
Hunter Lab63.0272-23.6515-25.2722
CIE-Lab69.2727-24.8894-28.6331

#1eb8dc color RGB value is (30,184,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111000 11011100
Octal 36 270 334
Decimal 30 184 220
Hex 1E B8 DC

RGB Percentages of Color #1eb8dc

%6.91
%42.40
%50.69

CMYK Percentages of Color #1eb8dc

%86
%16
%0
%14

Triadic Colors of #1eb8dc

#1eb8dc #dc1eb8 #b8dc1e

Analogous Colors of #1eb8dc

#1eb8dc #1e59dc #1edca1

Monochromatic Colors of #1eb8dc

#1eb8dc

Complementary Color

#1eb8dc #dc421e

#1eb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb8dc Color CSS Codes

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

#1eb8dc Text Font Color

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

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


#1eb8dc Background Color

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

This div background color is #1eb8dc


#1eb8dc Border Color

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

This div border color is #1eb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb8dc


Comments

No comments written yet.

Please login to write comment.