Color Hex Logo

#1cc7eb Color Hex

#1CC7EB
(28,199,235)
0 Favorites   0 Comments

Color spaces of #1cc7eb

RGB 28199235
HSL0.530.840.52
HSV190°88°92°
CMYK 0.880.150.00   0.08
XYZ35.897747.091985.7949
Yxy47.09190.21270.2790
Hunter Lab68.6235-26.7160-26.0894
CIE-Lab74.2485-27.5818-29.1261

#1cc7eb color RGB value is (28,199,235).

#1cc7eb hex color red value is 28, green value is 199 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1cc7eb hue: 0.53 , saturation: 0.84 and the lightness value of 1cc7eb is 0.52.

The process color (four color CMYK) of #1cc7eb color hex is 0.88, 0.15, 0.00, 0.08. Web safe color of #1cc7eb is #33ccff. Color #1cc7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11000111 11101011
Octal 34 307 353
Decimal 28 199 235
Hex 1C C7 EB

RGB Percentages of Color #1cc7eb

%6.06
%43.07
%50.87

CMYK Percentages of Color #1cc7eb

%88
%15
%0
%8

Triadic Colors of #1cc7eb

#1cc7eb #eb1cc7 #c7eb1c

Analogous Colors of #1cc7eb

#1cc7eb #1c5feb #1ceba8

Monochromatic Colors of #1cc7eb

#1cc7eb

Complementary Color

#1cc7eb #eb401c

#1cc7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cc7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cc7eb Color CSS Codes

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

#1cc7eb Text Font Color

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

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


#1cc7eb Background Color

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

This div background color is #1cc7eb


#1cc7eb Border Color

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

This div border color is #1cc7eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,199,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cc7eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cc7eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1cc7eb;
  box-shadow:         1px 1px 3px 2px #1cc7eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,199,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cc7eb


Comments

No comments written yet.

Please login to write comment.