Color Hex Logo

#1ce9cc Color Hex

#1CE9CC
(28,233,204)
0 Favorites   0 Comments

Color spaces of #1ce9cc

RGB 28233204
HSL0.480.820.51
HSV172°88°91°
CMYK 0.880.000.12   0.09
XYZ40.516962.884367.1292
Yxy62.88430.23760.3688
Hunter Lab79.2996-47.57265.3192
CIE-Lab83.3815-52.06691.1261

#1ce9cc color RGB value is (28,233,204).

#1ce9cc hex color red value is 28, green value is 233 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1ce9cc hue: 0.48 , saturation: 0.82 and the lightness value of 1ce9cc is 0.51.

The process color (four color CMYK) of #1ce9cc color hex is 0.88, 0.00, 0.12, 0.09. Web safe color of #1ce9cc is #33ffcc. Color #1ce9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101001 11001100
Octal 34 351 314
Decimal 28 233 204
Hex 1C E9 CC

RGB Percentages of Color #1ce9cc

%6.02
%50.11
%43.87

CMYK Percentages of Color #1ce9cc

%88
%0
%12
%9

Triadic Colors of #1ce9cc

#1ce9cc #cc1ce9 #e9cc1c

Analogous Colors of #1ce9cc

#1ce9cc #1ca0e9 #1ce966

Monochromatic Colors of #1ce9cc

#1ce9cc

Complementary Color

#1ce9cc #e91c39

#1ce9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ce9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ce9cc Color CSS Codes

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

#1ce9cc Text Font Color

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

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


#1ce9cc Background Color

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

This div background color is #1ce9cc


#1ce9cc Border Color

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

This div border color is #1ce9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ce9cc


Comments

No comments written yet.

Please login to write comment.