Color Hex Logo

#1ebdb7 Color Hex

#1EBDB7
(30,189,183)
0 Favorites   0 Comments

Color spaces of #1ebdb7

RGB 30189183
HSL0.490.730.43
HSV178°84°74°
CMYK 0.840.000.03   0.26
XYZ27.280340.090151.1001
Yxy40.09010.23030.3384
Hunter Lab63.3167-33.8968-3.5286
CIE-Lab69.5337-38.8621-7.9519

#1ebdb7 color RGB value is (30,189,183).

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

The process color (four color CMYK) of #1ebdb7 color hex is 0.84, 0.00, 0.03, 0.26. Web safe color of #1ebdb7 is #33cccc. Color #1ebdb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111101 10110111
Octal 36 275 267
Decimal 30 189 183
Hex 1E BD B7

RGB Percentages of Color #1ebdb7

%7.46
%47.01
%45.52

CMYK Percentages of Color #1ebdb7

%84
%0
%3
%26

Triadic Colors of #1ebdb7

#1ebdb7 #b71ebd #bdb71e

Analogous Colors of #1ebdb7

#1ebdb7 #1e74bd #1ebd68

Monochromatic Colors of #1ebdb7

#1ebdb7

Complementary Color

#1ebdb7 #bd1e24

#1ebdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebdb7 Color CSS Codes

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

#1ebdb7 Text Font Color

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

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


#1ebdb7 Background Color

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

This div background color is #1ebdb7


#1ebdb7 Border Color

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

This div border color is #1ebdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebdb7

#1ebdb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.