Color Hex Logo

#1ceabd Color Hex

#1CEABD
(28,234,189)
0 Favorites   0 Comments

Color spaces of #1ceabd

RGB 28234189
HSL0.460.830.51
HSV167°88°92°
CMYK 0.880.000.19   0.08
XYZ39.087062.766658.1992
Yxy62.76660.24420.3922
Hunter Lab79.2254-50.578811.9031
CIE-Lab83.3194-56.27938.9290

#1ceabd color RGB value is (28,234,189).

#1ceabd hex color red value is 28, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1ceabd hue: 0.46 , saturation: 0.83 and the lightness value of 1ceabd is 0.51.

The process color (four color CMYK) of #1ceabd color hex is 0.88, 0.00, 0.19, 0.08. Web safe color of #1ceabd is #33ffcc. Color #1ceabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101010 10111101
Octal 34 352 275
Decimal 28 234 189
Hex 1C EA BD

RGB Percentages of Color #1ceabd

%6.21
%51.88
%41.91

CMYK Percentages of Color #1ceabd

%88
%0
%19
%8

Triadic Colors of #1ceabd

#1ceabd #bd1cea #eabd1c

Analogous Colors of #1ceabd

#1ceabd #1cb0ea #1cea56

Monochromatic Colors of #1ceabd

#1ceabd

Complementary Color

#1ceabd #ea1c49

#1ceabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ceabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ceabd Color CSS Codes

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

#1ceabd Text Font Color

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

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


#1ceabd Background Color

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

This div background color is #1ceabd


#1ceabd Border Color

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

This div border color is #1ceabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ceabd


Comments

No comments written yet.

Please login to write comment.