Color Hex Logo

#1cceab Color Hex

#1CCEAB
(28,206,171)
0 Favorites   0 Comments

Color spaces of #1cceab

RGB 28206171
HSL0.470.760.46
HSV168°86°81°
CMYK 0.860.000.17   0.19
XYZ29.900947.329846.0877
Yxy47.32980.24250.3838
Hunter Lab68.7967-42.81328.4386
CIE-Lab74.4002-49.59905.6965

#1cceab color RGB value is (28,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 10101011
Octal 34 316 253
Decimal 28 206 171
Hex 1C CE AB

RGB Percentages of Color #1cceab

%6.91
%50.86
%42.22

CMYK Percentages of Color #1cceab

%86
%0
%17
%19

Triadic Colors of #1cceab

#1cceab #ab1cce #ceab1c

Analogous Colors of #1cceab

#1cceab #1c98ce #1cce52

Monochromatic Colors of #1cceab

#1cceab

Complementary Color

#1cceab #ce1c3f

#1cceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cceab Color CSS Codes

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

#1cceab Text Font Color

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

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


#1cceab Background Color

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

This div background color is #1cceab


#1cceab Border Color

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

This div border color is #1cceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cceab


Comments

No comments written yet.

Please login to write comment.