Color Hex Logo

#1caaeb Color Hex

#1CAAEB
(28,170,235)
0 Favorites   0 Comments

Color spaces of #1caaeb

RGB 28170235
HSL0.550.840.52
HSV199°88°92°
CMYK 0.880.280.00   0.08
XYZ29.849034.994583.7787
Yxy34.99450.20080.2355
Hunter Lab59.1561-13.4558-42.5590
CIE-Lab65.7444-12.4862-42.3299

#1caaeb color RGB value is (28,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101010 11101011
Octal 34 252 353
Decimal 28 170 235
Hex 1C AA EB

RGB Percentages of Color #1caaeb

%6.47
%39.26
%54.27

CMYK Percentages of Color #1caaeb

%88
%28
%0
%8

Triadic Colors of #1caaeb

#1caaeb #eb1caa #aaeb1c

Analogous Colors of #1caaeb

#1caaeb #1c42eb #1cebc5

Monochromatic Colors of #1caaeb

#1caaeb

Complementary Color

#1caaeb #eb5d1c

#1caaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caaeb Color CSS Codes

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

#1caaeb Text Font Color

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

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


#1caaeb Background Color

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

This div background color is #1caaeb


#1caaeb Border Color

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

This div border color is #1caaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caaeb


Comments

No comments written yet.

Please login to write comment.