Color Hex Logo

#1ebcb6 Color Hex

#1EBCB6
(30,188,182)
0 Favorites   0 Comments

Color spaces of #1ebcb6

RGB 30188182
HSL0.490.720.43
HSV178°84°74°
CMYK 0.840.000.03   0.26
XYZ26.962139.619950.4823
Yxy39.61990.23030.3384
Hunter Lab62.9443-33.6924-3.4904
CIE-Lab69.1979-38.7025-7.9018

#1ebcb6 color RGB value is (30,188,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 10110110
Octal 36 274 266
Decimal 30 188 182
Hex 1E BC B6

RGB Percentages of Color #1ebcb6

%7.50
%47.00
%45.50

CMYK Percentages of Color #1ebcb6

%84
%0
%3
%26

Triadic Colors of #1ebcb6

#1ebcb6 #b61ebc #bcb61e

Analogous Colors of #1ebcb6

#1ebcb6 #1e73bc #1ebc67

Monochromatic Colors of #1ebcb6

#1ebcb6

Complementary Color

#1ebcb6 #bc1e24

#1ebcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebcb6 Color CSS Codes

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

#1ebcb6 Text Font Color

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

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


#1ebcb6 Background Color

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

This div background color is #1ebcb6


#1ebcb6 Border Color

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

This div border color is #1ebcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebcb6


Comments

No comments written yet.

Please login to write comment.