Color Hex Logo

#1cdadc Color Hex

#1CDADC
(28,218,220)
0 Favorites   0 Comments

Color spaces of #1cdadc

RGB 28218220
HSL0.500.770.49
HSV181°87°86°
CMYK 0.870.010.00   0.14
XYZ38.468655.557076.4062
Yxy55.55700.22570.3260
Hunter Lab74.5366-38.3145-8.6016
CIE-Lab79.3610-41.1886-13.3112

#1cdadc color RGB value is (28,218,220).

#1cdadc hex color red value is 28, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1cdadc hue: 0.50 , saturation: 0.77 and the lightness value of 1cdadc is 0.49.

The process color (four color CMYK) of #1cdadc color hex is 0.87, 0.01, 0.00, 0.14. Web safe color of #1cdadc is #33cccc. Color #1cdadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011010 11011100
Octal 34 332 334
Decimal 28 218 220
Hex 1C DA DC

RGB Percentages of Color #1cdadc

%6.01
%46.78
%47.21

CMYK Percentages of Color #1cdadc

%87
%1
%0
%14

Triadic Colors of #1cdadc

#1cdadc #dc1cda #dadc1c

Analogous Colors of #1cdadc

#1cdadc #1c7adc #1cdc7e

Monochromatic Colors of #1cdadc

#1cdadc

Complementary Color

#1cdadc #dc1e1c

#1cdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdadc Color CSS Codes

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

#1cdadc Text Font Color

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

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


#1cdadc Background Color

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

This div background color is #1cdadc


#1cdadc Border Color

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

This div border color is #1cdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdadc


Comments

No comments written yet.

Please login to write comment.