Color Hex Logo

#1cc6bf Color Hex

#1CC6BF
(28,198,191)
0 Favorites   0 Comments

Color spaces of #1cc6bf

RGB 28198191
HSL0.490.750.44
HSV178°86°78°
CMYK 0.860.000.04   0.22
XYZ30.076944.396656.2744
Yxy44.39660.23000.3396
Hunter Lab66.6308-36.0296-3.4331
CIE-Lab72.4928-40.7114-7.9282

#1cc6bf color RGB value is (28,198,191).

#1cc6bf hex color red value is 28, green value is 198 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1cc6bf hue: 0.49 , saturation: 0.75 and the lightness value of 1cc6bf is 0.44.

The process color (four color CMYK) of #1cc6bf color hex is 0.86, 0.00, 0.04, 0.22. Web safe color of #1cc6bf is #33cccc. Color #1cc6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11000110 10111111
Octal 34 306 277
Decimal 28 198 191
Hex 1C C6 BF

RGB Percentages of Color #1cc6bf

%6.71
%47.48
%45.80

CMYK Percentages of Color #1cc6bf

%86
%0
%4
%22

Triadic Colors of #1cc6bf

#1cc6bf #bf1cc6 #c6bf1c

Analogous Colors of #1cc6bf

#1cc6bf #1c78c6 #1cc66a

Monochromatic Colors of #1cc6bf

#1cc6bf

Complementary Color

#1cc6bf #c61c23

#1cc6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cc6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cc6bf Color CSS Codes

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

#1cc6bf Text Font Color

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

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


#1cc6bf Background Color

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

This div background color is #1cc6bf


#1cc6bf Border Color

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

This div border color is #1cc6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cc6bf


Comments

No comments written yet.

Please login to write comment.