Color Hex Logo

#1ebbcb Color Hex

#1EBBCB
(30,187,203)
0 Favorites   0 Comments

Color spaces of #1ebbcb

RGB 30187203
HSL0.520.740.46
HSV186°85°80°
CMYK 0.850.080.00   0.20
XYZ29.085240.128562.7125
Yxy40.12850.22050.3042
Hunter Lab63.3471-28.9008-14.3531
CIE-Lab69.5610-31.8609-18.8842

#1ebbcb color RGB value is (30,187,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111011 11001011
Octal 36 273 313
Decimal 30 187 203
Hex 1E BB CB

RGB Percentages of Color #1ebbcb

%7.14
%44.52
%48.33

CMYK Percentages of Color #1ebbcb

%85
%8
%0
%20

Triadic Colors of #1ebbcb

#1ebbcb #cb1ebb #bbcb1e

Analogous Colors of #1ebbcb

#1ebbcb #1e65cb #1ecb85

Monochromatic Colors of #1ebbcb

#1ebbcb

Complementary Color

#1ebbcb #cb2e1e

#1ebbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebbcb Color CSS Codes

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

#1ebbcb Text Font Color

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

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


#1ebbcb Background Color

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

This div background color is #1ebbcb


#1ebbcb Border Color

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

This div border color is #1ebbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,187,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 #1ebbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebbcb


Comments

No comments written yet.

Please login to write comment.