Color Hex Logo

#1cedab Color Hex

#1CEDAB
(28,237,171)
0 Favorites   0 Comments

Color spaces of #1cedab

RGB 28237171
HSL0.450.850.52
HSV161°88°93°
CMYK 0.880.000.28   0.07
XYZ38.113863.755548.8253
Yxy63.75550.25290.4231
Hunter Lab79.8470-54.528019.6380
CIE-Lab83.8383-61.627819.0527

#1cedab color RGB value is (28,237,171).

#1cedab hex color red value is 28, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1cedab hue: 0.45 , saturation: 0.85 and the lightness value of 1cedab is 0.52.

The process color (four color CMYK) of #1cedab color hex is 0.88, 0.00, 0.28, 0.07. Web safe color of #1cedab is #33ff99. Color #1cedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101101 10101011
Octal 34 355 253
Decimal 28 237 171
Hex 1C ED AB

RGB Percentages of Color #1cedab

%6.42
%54.36
%39.22

CMYK Percentages of Color #1cedab

%88
%0
%28
%7

Triadic Colors of #1cedab

#1cedab #ab1ced #edab1c

Analogous Colors of #1cedab

#1cedab #1cc7ed #1ced42

Monochromatic Colors of #1cedab

#1cedab

Complementary Color

#1cedab #ed1c5e

#1cedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cedab Color CSS Codes

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

#1cedab Text Font Color

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

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


#1cedab Background Color

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

This div background color is #1cedab


#1cedab Border Color

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

This div border color is #1cedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cedab


Comments

No comments written yet.

Please login to write comment.