Color Hex Logo

#1caeaa Color Hex

#1CAEAA
(28,174,170)
0 Favorites   0 Comments

Color spaces of #1caeaa

RGB 28174170
HSL0.500.720.40
HSV178°84°68°
CMYK 0.840.000.02   0.32
XYZ22.870633.421343.2758
Yxy33.42130.22970.3357
Hunter Lab57.8112-30.5534-3.9150
CIE-Lab64.5006-35.9930-8.2536

#1caeaa color RGB value is (28,174,170).

#1caeaa hex color red value is 28, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1caeaa hue: 0.50 , saturation: 0.72 and the lightness value of 1caeaa is 0.40.

The process color (four color CMYK) of #1caeaa color hex is 0.84, 0.00, 0.02, 0.32. Web safe color of #1caeaa is #339999. Color #1caeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101110 10101010
Octal 34 256 252
Decimal 28 174 170
Hex 1C AE AA

RGB Percentages of Color #1caeaa

%7.53
%46.77
%45.70

CMYK Percentages of Color #1caeaa

%84
%0
%2
%32

Triadic Colors of #1caeaa

#1caeaa #aa1cae #aeaa1c

Analogous Colors of #1caeaa

#1caeaa #1c69ae #1cae61

Monochromatic Colors of #1caeaa

#1caeaa

Complementary Color

#1caeaa #ae1c20

#1caeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caeaa Color CSS Codes

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

#1caeaa Text Font Color

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

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


#1caeaa Background Color

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

This div background color is #1caeaa


#1caeaa Border Color

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

This div border color is #1caeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caeaa

#1caeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.