Color Hex Logo

#1ebccc Color Hex

#1EBCCC
(30,188,204)
0 Favorites   0 Comments

Color spaces of #1ebccc

RGB 30188204
HSL0.520.740.46
HSV186°85°80°
CMYK 0.850.080.00   0.20
XYZ29.417740.602163.4133
Yxy40.60210.22050.3043
Hunter Lab63.7198-29.1010-14.4010
CIE-Lab69.8962-32.0270-18.9237

#1ebccc color RGB value is (30,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 11001100
Octal 36 274 314
Decimal 30 188 204
Hex 1E BC CC

RGB Percentages of Color #1ebccc

%7.11
%44.55
%48.34

CMYK Percentages of Color #1ebccc

%85
%8
%0
%20

Triadic Colors of #1ebccc

#1ebccc #cc1ebc #bccc1e

Analogous Colors of #1ebccc

#1ebccc #1e65cc #1ecc85

Monochromatic Colors of #1ebccc

#1ebccc

Complementary Color

#1ebccc #cc2e1e

#1ebccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebccc Color CSS Codes

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

#1ebccc Text Font Color

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

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


#1ebccc Background Color

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

This div background color is #1ebccc


#1ebccc Border Color

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

This div border color is #1ebccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebccc


Comments

No comments written yet.

Please login to write comment.