Color Hex Logo

#1cadeb Color Hex

#1CADEB
(28,173,235)
0 Favorites   0 Comments

Color spaces of #1cadeb

RGB 28173235
HSL0.550.840.52
HSV198°88°92°
CMYK 0.880.260.00   0.08
XYZ30.417936.132283.9683
Yxy36.13220.20210.2401
Hunter Lab60.1101-14.8651-40.7457
CIE-Lab66.6208-14.1183-40.9570

#1cadeb color RGB value is (28,173,235).

#1cadeb hex color red value is 28, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1cadeb hue: 0.55 , saturation: 0.84 and the lightness value of 1cadeb is 0.52.

The process color (four color CMYK) of #1cadeb color hex is 0.88, 0.26, 0.00, 0.08. Web safe color of #1cadeb is #3399ff. Color #1cadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101101 11101011
Octal 34 255 353
Decimal 28 173 235
Hex 1C AD EB

RGB Percentages of Color #1cadeb

%6.42
%39.68
%53.90

CMYK Percentages of Color #1cadeb

%88
%26
%0
%8

Triadic Colors of #1cadeb

#1cadeb #eb1cad #adeb1c

Analogous Colors of #1cadeb

#1cadeb #1c45eb #1cebc2

Monochromatic Colors of #1cadeb

#1cadeb

Complementary Color

#1cadeb #eb5a1c

#1cadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cadeb Color CSS Codes

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

#1cadeb Text Font Color

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

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


#1cadeb Background Color

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

This div background color is #1cadeb


#1cadeb Border Color

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

This div border color is #1cadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cadeb


Comments

No comments written yet.

Please login to write comment.