Color Hex Logo

#1ee6bc Color Hex

#1EE6BC
(30,230,188)
0 Favorites   0 Comments

Color spaces of #1ee6bc

RGB 30230188
HSL0.470.800.51
HSV167°87°90°
CMYK 0.870.000.18   0.10
XYZ37.909360.500557.2567
Yxy60.50050.24350.3887
Hunter Lab77.7821-49.121610.8031
CIE-Lab82.1095-54.83667.7238

#1ee6bc color RGB value is (30,230,188).

#1ee6bc hex color red value is 30, green value is 230 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1ee6bc hue: 0.47 , saturation: 0.80 and the lightness value of 1ee6bc is 0.51.

The process color (four color CMYK) of #1ee6bc color hex is 0.87, 0.00, 0.18, 0.10. Web safe color of #1ee6bc is #33ffcc. Color #1ee6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11100110 10111100
Octal 36 346 274
Decimal 30 230 188
Hex 1E E6 BC

RGB Percentages of Color #1ee6bc

%6.70
%51.34
%41.96

CMYK Percentages of Color #1ee6bc

%87
%0
%18
%10

Triadic Colors of #1ee6bc

#1ee6bc #bc1ee6 #e6bc1e

Analogous Colors of #1ee6bc

#1ee6bc #1eace6 #1ee658

Monochromatic Colors of #1ee6bc

#1ee6bc

Complementary Color

#1ee6bc #e61e48

#1ee6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ee6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ee6bc Color CSS Codes

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

#1ee6bc Text Font Color

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

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


#1ee6bc Background Color

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

This div background color is #1ee6bc


#1ee6bc Border Color

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

This div border color is #1ee6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ee6bc


Comments

No comments written yet.

Please login to write comment.