Color Hex Logo

#1ccaaf Color Hex

#1CCAAF
(28,202,175)
0 Favorites   0 Comments

Color spaces of #1ccaaf

RGB 28202175
HSL0.470.760.45
HSV171°86°79°
CMYK 0.860.000.13   0.21
XYZ29.337345.583147.8096
Yxy45.58310.23900.3714
Hunter Lab67.5153-40.58845.2756
CIE-Lab73.2742-46.89551.9077

#1ccaaf color RGB value is (28,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001010 10101111
Octal 34 312 257
Decimal 28 202 175
Hex 1C CA AF

RGB Percentages of Color #1ccaaf

%6.91
%49.88
%43.21

CMYK Percentages of Color #1ccaaf

%86
%0
%13
%21

Triadic Colors of #1ccaaf

#1ccaaf #af1cca #caaf1c

Analogous Colors of #1ccaaf

#1ccaaf #1c8eca #1cca58

Monochromatic Colors of #1ccaaf

#1ccaaf

Complementary Color

#1ccaaf #ca1c37

#1ccaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccaaf Color CSS Codes

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

#1ccaaf Text Font Color

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

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


#1ccaaf Background Color

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

This div background color is #1ccaaf


#1ccaaf Border Color

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

This div border color is #1ccaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccaaf


Comments

No comments written yet.

Please login to write comment.