Color Hex Logo

#1ebbcd Color Hex

#1EBBCD
(30,187,205)
0 Favorites   0 Comments

Color spaces of #1ebbcd

RGB 30187205
HSL0.520.740.46
HSV186°85°80°
CMYK 0.850.090.00   0.20
XYZ29.325240.224463.9761
Yxy40.22440.21960.3012
Hunter Lab63.4227-28.4555-15.4114
CIE-Lab69.6291-31.2302-19.8770

#1ebbcd color RGB value is (30,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111011 11001101
Octal 36 273 315
Decimal 30 187 205
Hex 1E BB CD

RGB Percentages of Color #1ebbcd

%7.11
%44.31
%48.58

CMYK Percentages of Color #1ebbcd

%85
%9
%0
%20

Triadic Colors of #1ebbcd

#1ebbcd #cd1ebb #bbcd1e

Analogous Colors of #1ebbcd

#1ebbcd #1e63cd #1ecd88

Monochromatic Colors of #1ebbcd

#1ebbcd

Complementary Color

#1ebbcd #cd301e

#1ebbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebbcd Color CSS Codes

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

#1ebbcd Text Font Color

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

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


#1ebbcd Background Color

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

This div background color is #1ebbcd


#1ebbcd Border Color

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

This div border color is #1ebbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebbcd


Comments

No comments written yet.

Please login to write comment.