Color Hex Logo

#1cceac Color Hex

#1CCEAC
(28,206,172)
0 Favorites   0 Comments

Color spaces of #1cceac

RGB 28206172
HSL0.470.760.46
HSV169°86°81°
CMYK 0.860.000.17   0.19
XYZ29.996647.368046.5917
Yxy47.36800.24200.3821
Hunter Lab68.8244-42.64498.0399
CIE-Lab74.4245-49.34145.1930

#1cceac color RGB value is (28,206,172).

#1cceac hex color red value is 28, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1cceac hue: 0.47 , saturation: 0.76 and the lightness value of 1cceac is 0.46.

The process color (four color CMYK) of #1cceac color hex is 0.86, 0.00, 0.17, 0.19. Web safe color of #1cceac is #33cc99. Color #1cceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 10101100
Octal 34 316 254
Decimal 28 206 172
Hex 1C CE AC

RGB Percentages of Color #1cceac

%6.90
%50.74
%42.36

CMYK Percentages of Color #1cceac

%86
%0
%17
%19

Triadic Colors of #1cceac

#1cceac #ac1cce #ceac1c

Analogous Colors of #1cceac

#1cceac #1c97ce #1cce53

Monochromatic Colors of #1cceac

#1cceac

Complementary Color

#1cceac #ce1c3e

#1cceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cceac Color CSS Codes

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

#1cceac Text Font Color

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

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


#1cceac Background Color

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

This div background color is #1cceac


#1cceac Border Color

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

This div border color is #1cceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cceac


Comments

No comments written yet.

Please login to write comment.