Color Hex Logo

#1cadce Color Hex

#1CADCE
(28,173,206)
0 Favorites   0 Comments

Color spaces of #1cadce

RGB 28173206
HSL0.530.760.46
HSV191°86°81°
CMYK 0.860.160.00   0.19
XYZ26.563034.590263.6691
Yxy34.59020.21280.2771
Hunter Lab58.8134-22.3042-23.0156
CIE-Lab65.4284-24.0833-26.8512

#1cadce color RGB value is (28,173,206).

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

The process color (four color CMYK) of #1cadce color hex is 0.86, 0.16, 0.00, 0.19. Web safe color of #1cadce is #3399cc. Color #1cadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101101 11001110
Octal 34 255 316
Decimal 28 173 206
Hex 1C AD CE

RGB Percentages of Color #1cadce

%6.88
%42.51
%50.61

CMYK Percentages of Color #1cadce

%86
%16
%0
%19

Triadic Colors of #1cadce

#1cadce #ce1cad #adce1c

Analogous Colors of #1cadce

#1cadce #1c54ce #1cce96

Monochromatic Colors of #1cadce

#1cadce

Complementary Color

#1cadce #ce3d1c

#1cadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cadce Color CSS Codes

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

#1cadce Text Font Color

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

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


#1cadce Background Color

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

This div background color is #1cadce


#1cadce Border Color

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

This div border color is #1cadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cadce


Comments

No comments written yet.

Please login to write comment.