Color Hex Logo

#1cadab Color Hex

#1CADAB
(28,173,171)
0 Favorites   0 Comments

Color spaces of #1cadab

RGB 28173171
HSL0.500.720.39
HSV179°84°68°
CMYK 0.840.000.01   0.32
XYZ22.773133.074343.7118
Yxy33.07430.22870.3322
Hunter Lab57.5103-29.9599-4.8073
CIE-Lab64.2210-35.2305-9.2278

#1cadab color RGB value is (28,173,171).

#1cadab hex color red value is 28, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1cadab hue: 0.50 , saturation: 0.72 and the lightness value of 1cadab is 0.39.

The process color (four color CMYK) of #1cadab color hex is 0.84, 0.00, 0.01, 0.32. Web safe color of #1cadab is #339999. Color #1cadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101101 10101011
Octal 34 255 253
Decimal 28 173 171
Hex 1C AD AB

RGB Percentages of Color #1cadab

%7.53
%46.51
%45.97

CMYK Percentages of Color #1cadab

%84
%0
%1
%32

Triadic Colors of #1cadab

#1cadab #ab1cad #adab1c

Analogous Colors of #1cadab

#1cadab #1c67ad #1cad63

Monochromatic Colors of #1cadab

#1cadab

Complementary Color

#1cadab #ad1c1e

#1cadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cadab Color CSS Codes

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

#1cadab Text Font Color

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

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


#1cadab Background Color

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

This div background color is #1cadab


#1cadab Border Color

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

This div border color is #1cadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cadab


Comments

No comments written yet.

Please login to write comment.