Color Hex Logo

#1cd9be Color Hex

#1CD9BE
(28,217,190)
0 Favorites   0 Comments

Color spaces of #1cd9be

RGB 28217190
HSL0.480.770.48
HSV171°87°85°
CMYK 0.870.000.12   0.15
XYZ34.586053.590357.2363
Yxy53.59030.23780.3685
Hunter Lab73.2054-43.77684.8874
CIE-Lab78.2222-49.16671.0409

#1cd9be color RGB value is (28,217,190).

#1cd9be hex color red value is 28, green value is 217 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1cd9be hue: 0.48 , saturation: 0.77 and the lightness value of 1cd9be is 0.48.

The process color (four color CMYK) of #1cd9be color hex is 0.87, 0.00, 0.12, 0.15. Web safe color of #1cd9be is #33cccc. Color #1cd9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011001 10111110
Octal 34 331 276
Decimal 28 217 190
Hex 1C D9 BE

RGB Percentages of Color #1cd9be

%6.44
%49.89
%43.68

CMYK Percentages of Color #1cd9be

%87
%0
%12
%15

Triadic Colors of #1cd9be

#1cd9be #be1cd9 #d9be1c

Analogous Colors of #1cd9be

#1cd9be #1c96d9 #1cd960

Monochromatic Colors of #1cd9be

#1cd9be

Complementary Color

#1cd9be #d91c37

#1cd9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cd9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cd9be Color CSS Codes

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

#1cd9be Text Font Color

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

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


#1cd9be Background Color

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

This div background color is #1cd9be


#1cd9be Border Color

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

This div border color is #1cd9be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,217,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 #1cd9be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cd9be


Comments

No comments written yet.

Please login to write comment.