Color Hex Logo

#1ebccb Color Hex

#1EBCCB
(30,188,203)
0 Favorites   0 Comments

Color spaces of #1ebccb

RGB 30188203
HSL0.510.740.46
HSV185°85°80°
CMYK 0.850.070.00   0.20
XYZ29.298140.554362.7835
Yxy40.55430.22090.3058
Hunter Lab63.6823-29.3220-13.8756
CIE-Lab69.8625-32.3406-18.4270

#1ebccb color RGB value is (30,188,203).

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

The process color (four color CMYK) of #1ebccb color hex is 0.85, 0.07, 0.00, 0.20. Web safe color of #1ebccb is #33cccc. Color #1ebccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 11001011
Octal 36 274 313
Decimal 30 188 203
Hex 1E BC CB

RGB Percentages of Color #1ebccb

%7.13
%44.66
%48.22

CMYK Percentages of Color #1ebccb

%85
%7
%0
%20

Triadic Colors of #1ebccb

#1ebccb #cb1ebc #bccb1e

Analogous Colors of #1ebccb

#1ebccb #1e66cb #1ecb84

Monochromatic Colors of #1ebccb

#1ebccb

Complementary Color

#1ebccb #cb2d1e

#1ebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebccb Color CSS Codes

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

#1ebccb Text Font Color

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

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


#1ebccb Background Color

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

This div background color is #1ebccb


#1ebccb Border Color

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

This div border color is #1ebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebccb


Comments

No comments written yet.

Please login to write comment.