Color Hex Logo

#1ebbcc Color Hex

#1EBBCC
(30,187,204)
0 Favorites   0 Comments

Color spaces of #1ebbcc

RGB 30187204
HSL0.520.740.46
HSV186°85°80°
CMYK 0.850.080.00   0.20
XYZ29.204840.176363.3423
Yxy40.17630.22000.3027
Hunter Lab63.3848-28.6787-14.8809
CIE-Lab69.5949-31.5460-19.3808

#1ebbcc color RGB value is (30,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111011 11001100
Octal 36 273 314
Decimal 30 187 204
Hex 1E BB CC

RGB Percentages of Color #1ebbcc

%7.13
%44.42
%48.46

CMYK Percentages of Color #1ebbcc

%85
%8
%0
%20

Triadic Colors of #1ebbcc

#1ebbcc #cc1ebb #bbcc1e

Analogous Colors of #1ebbcc

#1ebbcc #1e64cc #1ecc86

Monochromatic Colors of #1ebbcc

#1ebbcc

Complementary Color

#1ebbcc #cc2f1e

#1ebbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebbcc Color CSS Codes

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

#1ebbcc Text Font Color

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

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


#1ebbcc Background Color

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

This div background color is #1ebbcc


#1ebbcc Border Color

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

This div border color is #1ebbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebbcc


Comments

No comments written yet.

Please login to write comment.