Color Hex Logo

#1caabe Color Hex

#1CAABE
(28,170,190)
0 Favorites   0 Comments

Color spaces of #1caabe

RGB 28170190
HSL0.520.740.43
HSV187°85°75°
CMYK 0.850.110.00   0.25
XYZ24.147932.714053.7569
Yxy32.71400.21830.2957
Hunter Lab57.1962-24.7316-15.6875
CIE-Lab63.9287-27.8428-20.2639

#1caabe color RGB value is (28,170,190).

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

The process color (four color CMYK) of #1caabe color hex is 0.85, 0.11, 0.00, 0.25. Web safe color of #1caabe is #3399cc. Color #1caabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101010 10111110
Octal 34 252 276
Decimal 28 170 190
Hex 1C AA BE

RGB Percentages of Color #1caabe

%7.22
%43.81
%48.97

CMYK Percentages of Color #1caabe

%85
%11
%0
%25

Triadic Colors of #1caabe

#1caabe #be1caa #aabe1c

Analogous Colors of #1caabe

#1caabe #1c59be #1cbe81

Monochromatic Colors of #1caabe

#1caabe

Complementary Color

#1caabe #be301c

#1caabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caabe Color CSS Codes

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

#1caabe Text Font Color

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

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


#1caabe Background Color

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

This div background color is #1caabe


#1caabe Border Color

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

This div border color is #1caabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caabe


Comments

No comments written yet.

Please login to write comment.