Color Hex Logo

#1cdeab Color Hex

#1CDEAB
(28,222,171)
0 Favorites   0 Comments

Color spaces of #1cdeab

RGB 28222171
HSL0.460.780.49
HSV164°87°87°
CMYK 0.870.000.23   0.13
XYZ33.950955.429747.4377
Yxy55.42970.24810.4051
Hunter Lab74.4511-48.890614.3382
CIE-Lab79.2881-55.959612.6717

#1cdeab color RGB value is (28,222,171).

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

The process color (four color CMYK) of #1cdeab color hex is 0.87, 0.00, 0.23, 0.13. Web safe color of #1cdeab is #33cc99. Color #1cdeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011110 10101011
Octal 34 336 253
Decimal 28 222 171
Hex 1C DE AB

RGB Percentages of Color #1cdeab

%6.65
%52.73
%40.62

CMYK Percentages of Color #1cdeab

%87
%0
%23
%13

Triadic Colors of #1cdeab

#1cdeab #ab1cde #deab1c

Analogous Colors of #1cdeab

#1cdeab #1cb0de #1cde4a

Monochromatic Colors of #1cdeab

#1cdeab

Complementary Color

#1cdeab #de1c4f

#1cdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdeab Color CSS Codes

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

#1cdeab Text Font Color

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

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


#1cdeab Background Color

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

This div background color is #1cdeab


#1cdeab Border Color

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

This div border color is #1cdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdeab

#1cdeab Color Palettes


Comments

No comments written yet.

Please login to write comment.