Color Hex Logo

#1ccaae Color Hex

#1CCAAE
(28,202,174)
0 Favorites   0 Comments

Color spaces of #1ccaae

RGB 28202174
HSL0.470.760.45
HSV170°86°79°
CMYK 0.860.000.14   0.21
XYZ29.239445.543947.2942
Yxy45.54390.23950.3731
Hunter Lab67.4862-40.76315.6900
CIE-Lab73.2486-47.16152.4118

#1ccaae color RGB value is (28,202,174).

#1ccaae hex color red value is 28, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1ccaae hue: 0.47 , saturation: 0.76 and the lightness value of 1ccaae is 0.45.

The process color (four color CMYK) of #1ccaae color hex is 0.86, 0.00, 0.14, 0.21. Web safe color of #1ccaae is #33cc99. Color #1ccaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001010 10101110
Octal 34 312 256
Decimal 28 202 174
Hex 1C CA AE

RGB Percentages of Color #1ccaae

%6.93
%50.00
%43.07

CMYK Percentages of Color #1ccaae

%86
%0
%14
%21

Triadic Colors of #1ccaae

#1ccaae #ae1cca #caae1c

Analogous Colors of #1ccaae

#1ccaae #1c8fca #1cca57

Monochromatic Colors of #1ccaae

#1ccaae

Complementary Color

#1ccaae #ca1c38

#1ccaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccaae Color CSS Codes

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

#1ccaae Text Font Color

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

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


#1ccaae Background Color

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

This div background color is #1ccaae


#1ccaae Border Color

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

This div border color is #1ccaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccaae


Comments

No comments written yet.

Please login to write comment.